Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/integrations/telegram.md')
-rw-r--r--doc/user/project/integrations/telegram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/telegram.md b/doc/user/project/integrations/telegram.md
index 4e94ef76f58..94d0f887730 100644
--- a/doc/user/project/integrations/telegram.md
+++ b/doc/user/project/integrations/telegram.md
@@ -32,7 +32,7 @@ To configure the bot in Telegram:
1. Assign the bot `Post Messages` rights to receive events.
1. Create an identifier for the channel.
- For public channels, enter a public link and copy the channel identifier (for example, `https:/t.me/MY_IDENTIFIER`).
- - For private channels, use the [`getUpdates`](https://telegram-bot-sdk.readme.io/reference/getupdates) method with your API token and copy the channel identifier.
+ - For private channels, use the [`getUpdates`](https://telegram-bot-sdk.readme.io/reference/getupdates) method with your API token and copy the channel identifier (for example, `-2241293890657`).
## Set up the Telegram integration in GitLab