send_message
Send a message to a Telegram bot and wait for a reply. Configure bot username, message text, and timeout duration.
Instructions
Send a message to a Telegram bot and wait for its reply.
Args:
bot: Bot username (e.g. '@BotFather' or 'BotFather')
message: The message text to send
timeout: Seconds to wait for a reply (default 30)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | Yes | ||
| message | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |