UnifyAPI
← Back to catalog

telegram.get_updates

mock data$0.001 / call

Get 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)

Communicationprovider: Telegram#telegram#communication

Input schema

limit

Number of updates to retrieve (default 10, max 100)

integer
offset

Update ID offset — pass last update_id + 1 to get only new updates

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.