tg_message
Retrieve a single Telegram message with its reactions, inline buttons, read count, and optional surrounding context or reply thread. For polls, include vote counts and voters to analyze engagement.
Instructions
One message in full: reactions, inline buttons, how many people read it, plus optional surrounding context and its reply thread.
When the message is a poll, a "votes" block is added: every option with its count, your own vote, and — in a public (non-anonymous) poll — who voted for what. An anonymous poll has no such list at all, not even for its author.
Args: chat: chat id, @username, exact title or "me". message_id: the message to inspect. context: also return this many messages before and after it. replies: also return this many replies to it (threads/comments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| context | No | ||
| replies | No | ||
| message_id | Yes |