From 0258c746bc4448aee329808c7dfdcd21a3affc08 Mon Sep 17 00:00:00 2001 From: pasogott Date: Sat, 10 Jan 2026 14:51:51 +0100 Subject: [PATCH] docs(telegram): Add @userinfobot tip with privacy note (#649) * docs(telegram): Add @userinfobot tip with screenshot and privacy note * docs: adjust telegram userinfobot tip --------- Co-authored-by: sheeek Co-authored-by: Ayaan Zaidi --- docs/providers/telegram.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/providers/telegram.md b/docs/providers/telegram.md index f37874b27..2a8a00165 100644 --- a/docs/providers/telegram.md +++ b/docs/providers/telegram.md @@ -131,6 +131,10 @@ Send in the group: Forward any message from the group to `@userinfobot` or `@getidsbot` on Telegram to see the chat ID (negative number like `-1001234567890`). +**Tip:** For your own user ID, DM `@userinfobot` with `/start`. Useful for allowlists or debugging access control. + +**Privacy note:** `@userinfobot` is a third-party bot. If you prefer, use gateway logs (`clawdbot logs`) or Telegram developer tools to find user/chat IDs. + ## Topics (forum supergroups) Telegram forum topics include a `message_thread_id` per message. Clawdbot: - Appends `:topic:` to the Telegram group session key so each topic is isolated.