copy_message
Copies any message from one chat to another, with optional new caption and formatting settings.
Instructions
Copy a message from one chat to another. Can copy any message type. If chat_id is omitted, copies to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caption | No | New caption for the copied message (up to 1024 chars) | |
| chat_id | No | Target chat ID. Optional — defaults to log group | |
| message_id | Yes | Message ID to copy | |
| parse_mode | No | Caption formatting mode | |
| from_chat_id | Yes | Source chat ID | |
| reply_markup | No | JSON string with reply markup (inline keyboard, custom keyboard, etc.) | |
| protect_content | No | Protect message from forwarding/saving | |
| caption_entities | No | JSON array of MessageEntity objects for caption (alternative to parse_mode) | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification | |
| show_caption_above_media | No | Show caption above media |