messaging.telegram.get_updates
Retrieve recent messages and events for a Telegram bot, including new messages, user details, and chat types. Use offset to fetch only new updates since the 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
TableJSON 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 |