edit_message
Modify a previously sent Telegram message by specifying the chat, message ID, and new text. Replace outdated content with updated information directly in the chat.
Instructions
Edit an existing message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | The chat ID containing the message | |
| newText | Yes | The new text for the message | |
| messageId | Yes | The message ID to edit |