Skip to main content
Let your agents send, edit, pin and delete messages, photos, documents and polls from your Telegram bot, and read the chats it is a member of.

Connection

  • Authentication: API key (Bot token).
In Telegram, open @BotFather → /newbot (or /token for an existing bot) and copy the token (123456789:ABC-…). Use a bot dedicated to your agents: reading updates here consumes them. The bot can only write in chats it belongs to. To get a chat id, write to the bot (or add it to the group), then call get_updates; a public channel can also be addressed as @username.See Telegram’s documentation.

Read actions (6)

Write actions (10)

Permissions

Every action above must be explicitly granted to an agent before it can be used. See Permissions for the grant model and Security for how credentials are protected.