Get bounded Telegram message context
telegram_get_contextRetrieve up to five text messages before and after a specified message in a Telegram chat to understand the surrounding conversation context.
Instructions
Fetch at most five text messages on each side of an anchor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| before | No | ||
| chat_id | Yes | ||
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| messages | Yes | ||
| anchor_chat_id | Yes | ||
| trust_boundary | No | ||
| anchor_message_id | Yes |