edit_message
Update the content of a previously sent Telegram message using its ID, with optional formatting via Markdown or HTML.
Instructions
Edit an existing message.
Args: message_id: ID of the message to edit text: New text for the message chat_id: Chat ID or @channel_username (uses TELEGRAM_CHAT_ID if omitted) parse_mode: "Markdown", "MarkdownV2", or "HTML" (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| text | Yes | ||
| chat_id | No | ||
| parse_mode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |