Skip to main content
TelegramTools enable an Agent to send messages and media to Telegram chats using the Telegram Bot API. Thirteen tool methods cover sending media, editing and deleting messages, reactions, pins, chat metadata, and file downloads.

Prerequisites

Example

The following agent will send a message to a Telegram chat.
cookbook/91_tools/telegram_tools.py

Toolkit Params

Toolkit Functions

Each method returns a JSON string with a status field. Success fields vary by operation. Errors include a message field.

Developer Resources