Start polling for Telegram updates in background
Starts a background Telegram polling loop to receive and process incoming messages in real-time. Use this to keep your bot responsive to user messages, or use --stop to end the polling session.
/plugin marketplace add danizord/telecli/plugin install telecli@telecli[--stop]Start or stop the Telegram polling loop.
Create the polling state file at .claude/telegram-polling.local.md:
---
active: true
last_offset: null
started_at: <current ISO timestamp>
---
Telegram polling active. Processing incoming messages.
Confirm polling has started
Begin the polling loop:
tg updates poll (or with --offset if resuming)last_offset in state file with highest update_id + 1If user passes --stop:
.claude/telegram-polling.local.mdactive: false in frontmatter/telegram-poll --stop.claude/telegram-polling.local.md