← Back to catalog
telegram.get_updates
mock data$0.001 / callGet Telegram Updates
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
limit
integerNumber of updates to retrieve (default 10, max 100)
offset
integerUpdate ID offset — pass last update_id + 1 to get only new updates
Call via REST
curl -X POST https://unifyapi.pro/api/call/telegram.get_updates \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"offset":0}'