telegram-get-state
Initialize the Telegram update polling cursor by fetching the current state. Returns pts, qts, date, seq, and unreadCount for tracking updates.
Instructions
Initialize the polling cursor by fetching the current Telegram updates state {pts, qts, date, seq, unreadCount}. Call once before telegram-get-updates; then persist {pts, qts, date} in your agent state and feed them into telegram-get-updates. The MCP server does NOT store the cursor — you do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||