edit_message
Update a bot message using its channel and message IDs. Replace the content with new text up to 2000 characters.
Instructions
Edit a bot message by channel and message ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| message_id | Yes | ||
| content | Yes | New message content (max 2000 chars) |