copy_messages
Copy multiple messages between Telegram chats by specifying the source chat and message IDs. Optionally set a target chat or use the default log group.
Instructions
Copy multiple messages from one chat to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | No | Target chat ID or @channel_username. Optional — defaults to log group | |
| message_ids | Yes | JSON array of message IDs to copy | |
| from_chat_id | Yes | Source chat ID or @channel_username | |
| remove_caption | No | Remove captions from copied messages | |
| protect_content | No | Protect messages from forwarding/saving | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |