Telegram
Communication

Telegram Connector

Connect to Telegram Bot API to send messages, photos, documents, and receive updates.

$pip install "toolsconnector[telegram]"
26
Actions
Communication
Category
Free
Apache 2.0

All 26 Actions

Action Description Parameters Returns
answer_callback_queryAnswer a callback query from an inline keyboardcallback_query_id  [text, show_alert]bool
ban_chat_member ⚠Ban a user from a chatchat_id, user_idbool
delete_message ⚠Delete a message from a chatchat_id, message_idbool
delete_webhookDelete the current webhookbool
edit_messageEdit a text messagechat_id, message_id, textTelegramMessage
export_chat_invite_linkExport an invite link for a chatchat_idstr
get_chatGet information about a chatchat_idTelegramChat
get_chat_administratorsGet the list of administrators in a chatchat_idlist
get_chat_memberGet information about a chat memberchat_id, user_idTelegramChatMember
get_chat_members_countGet the number of members in a chatchat_idint
get_meGet information about the botTelegramUser
get_updatesGet incoming updates for the bot[offset, limit, timeout]list
leave_chat ⚠Leave a chatchat_idbool
pin_messagePin a message in a chatchat_id, message_idbool
send_contactSend a contact to a chatchat_id, phone_number, first_name  [last_name]TelegramMessage
send_documentSend a document to a chatchat_id, document_url  [caption]TelegramMessage
send_locationSend a location to a chatchat_id, latitude, longitudeTelegramMessage
send_messageSend a text message to a chatchat_id, text  [parse_mode]TelegramMessage
send_photoSend a photo to a chatchat_id, photo_url  [caption]TelegramMessage
send_poll ⚠Send a poll to a chatchat_id, question, options  [is_anonymous]TelegramMessage
set_chat_description ⚠Set the description of a chatchat_id, descriptionbool
set_chat_title ⚠Set the title of a chatchat_id, titlebool
set_webhookSet a webhook URL for receiving updatesurlbool
unban_chat_memberUnban a user from a chatchat_id, user_idbool
unpin_all_messages ⚠Unpin all messages in a chatchat_idbool
unpin_messageUnpin a message in a chatchat_id  [message_id]bool
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing