Prerequisites
Example
The following agent will send a message to a Telegram chat.cookbook/91_tools/telegram_tools.py
Toolkit Params
Toolkit Functions
All methods return a JSON string with
{"status": "success", "message_id": ...} on success or {"status": "error", "message": ...} on failure. delete_message returns {"status": "success", "deleted": true} instead of a message_id.