Get Telegram Updates
messaging.telegram.get_updatesRetrieve recent incoming messages and events for your Telegram bot. Use offset to fetch only new updates since last check.
Instructions
Get recent incoming messages and events for the bot — new messages, user info, chat type. Use offset to get only new updates since last check (Telegram Bot API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of updates to retrieve (default 10, max 100) | |
| offset | No | Update ID offset — pass last update_id + 1 to get only new updates |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |