Edit message
edit_messageReplace the text of an existing message in any Telegram chat using chat ID, message ID, and new text. Supports Markdown and HTML formatting.
Instructions
Replace text of an existing message you can edit in this chat. Success: edit result dict. Full documentation: https://github.com/leshchenko1979/fast-mcp-telegram/blob/main/docs/Tools-Reference.md
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat: numeric id (e.g. -100…), username without @, or 'me' for Saved Messages. | |
| message_id | Yes | Message id in this chat to edit (from get_messages or Telegram). | |
| message | Yes | Message text. When sending files, used as caption. | |
| parse_mode | No | 'markdown', 'html', or 'auto' (detect from content). Default is 'auto'. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||