get_updates
Retrieve recent updates received by a Telegram bot, with optional offset and limit parameters to control which updates to fetch and how many.
Instructions
Get recent messages/updates received by the bot.
Args: offset: Update ID offset (to get updates after a specific ID) limit: Maximum number of updates to return (1-100, default 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |