Telegram Bot API integration for sending messages, photos, documents, polls, locations, managing chats, and receiving updates. Required Configuration:Documentation Index
Fetch the complete documentation index at: https://docs.vibeflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Bot token authentication
Setup
Create a Telegram Bot
/newbot and follow the prompts to choose a name and username for your bot.BotFather will return a bot token that looks like 123456789:ABCdefGhIJKlmNoPQRstuVWXyz.Finding a Chat ID
Most Telegram endpoints require achat_id to identify which chat to send to. Chat IDs are not visible in the Telegram UI, so you’ll need a helper bot to look them up.
For your personal chat ID
chat_id to use when your bot messages you directly.For a group or channel chat ID
id field — that’s the chat_id. Group chat IDs are negative numbers (e.g. -1001234567890); user IDs are positive.You can remove the helper bot once you have the ID.Available Endpoints
POST /api/actions/telegram/send-message
POST /api/actions/telegram/send-message
POST /api/actions/telegram/edit-message
POST /api/actions/telegram/edit-message
POST /api/actions/telegram/delete-message
POST /api/actions/telegram/delete-message
POST /api/actions/telegram/forward-message
POST /api/actions/telegram/forward-message
POST /api/actions/telegram/send-photo
POST /api/actions/telegram/send-photo
POST /api/actions/telegram/send-document
POST /api/actions/telegram/send-document
POST /api/actions/telegram/send-location
POST /api/actions/telegram/send-location
POST /api/actions/telegram/send-poll
POST /api/actions/telegram/send-poll
POST /api/actions/telegram/get-chat-info
POST /api/actions/telegram/get-chat-info
POST /api/actions/telegram/get-chat-administrators
POST /api/actions/telegram/get-chat-administrators
POST /api/actions/telegram/get-chat-member
POST /api/actions/telegram/get-chat-member
POST /api/actions/telegram/get-chat-members-count
POST /api/actions/telegram/get-chat-members-count
POST /api/actions/telegram/get-bot-info
POST /api/actions/telegram/get-bot-info
POST /api/actions/telegram/get-updates
POST /api/actions/telegram/get-updates
POST /api/actions/telegram/answer-callback-query
POST /api/actions/telegram/answer-callback-query
POST /api/actions/telegram/export-chat-invite-link
POST /api/actions/telegram/export-chat-invite-link
POST /api/actions/telegram/set-webhook
POST /api/actions/telegram/set-webhook
POST /api/actions/telegram/get-messages
POST /api/actions/telegram/get-messages

