tg_message
Retrieve a full Telegram message's details, including reactions, inline button actions, read count, plus optional surrounding messages and reply thread.
Instructions
One message in full: reactions, inline buttons, how many people read it, plus optional surrounding context and its reply thread.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |