Read messages sent to your Telegram bot
list_telegram_dmsSee who messaged your Telegram bot in the last 24 hours, newest per chat first, so you can reply by chat ID.
Instructions
Read what people have SENT to the connected Telegram bot — the newest message from each chat, newest chat first, so you can see who is waiting on a reply. Reply with post_to_telegram using the chatId shown. ⚠ THIS IS A ROLLING 24-HOUR WINDOW, NOT AN INBOX. Telegram keeps undelivered updates for 24 hours and publishes NO history endpoint at all, so anything older is unrecoverable — never report an empty result as 'you have no messages', report it as 'nothing in the last 24 hours'. Two more Telegram rules worth stating before someone concludes the feature is broken: a bot that has an outgoing WEBHOOK configured gets nothing from this at all (Telegram's own rule, and the reply says so), and a bot can never message someone first — they have to write to it. Free — no vendor charge and no credits. Needs Telegram connected (Settings ▸ Connectors ▸ Telegram).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many raw updates to scan, 1-100 (default 100). Messages are grouped per chat, so this is not the number of rows you get back. |