From 47bc78dc25ae15ec22cebdd088166339d1885041 Mon Sep 17 00:00:00 2001 From: Glib Shpychka <23005347+gshpychka@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:00:04 +0200 Subject: [PATCH] docs: Update Telegram User ID to Chat ID in README (#1434) fix(docs): Update Telegram User ID to Chat ID in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2578500f..6202e51c 100644 --- a/README.md +++ b/README.md @@ -2193,7 +2193,7 @@ Here's an example of what the notifications look like: |:--------------------------------------|:-------------------------------------------------------------------------------------------|:---------------------------| | `alerting.telegram` | Configuration for alerts of type `telegram` | `{}` | | `alerting.telegram.token` | Telegram Bot Token | Required `""` | -| `alerting.telegram.id` | Telegram User ID | Required `""` | +| `alerting.telegram.id` | Telegram Chat ID | Required `""` | | `alerting.telegram.topic-id` | Telegram Topic ID in a group corresponds to `message_thread_id` in the Telegram API | `""` | | `alerting.telegram.api-url` | Telegram API URL | `https://api.telegram.org` | | `alerting.telegram.client` | Client configuration.
See [Client configuration](#client-configuration). | `{}` |