telegram_get_updates
Retrieve recent messages and callbacks sent to your bot. Use offset to paginate and mark previous updates as read, and filter by type.
Instructions
Retrieve recent updates (messages, callbacks, etc.) sent to the bot.
Use the 'offset' parameter to mark previous updates as read and paginate. Call with offset = (last_update_id + 1) to acknowledge processed messages.
Args: params (GetUpdatesInput): offset, limit, allowed_updates filter list.
Returns: str: JSON list of Update objects containing messages and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |