forwardMessage
Forward a message from one chat to another using source chat, message ID, and target chat. Supports silent notifications, content protection, and effects for the forwarded copy.
Instructions
Forward messages of any kind. Service messages and messages with protected content can't be forwarded. Returns the sent Message on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername). | |
| message_id | Yes | Message identifier in the chat specified in from_chat_id. | |
| from_chat_id | Yes | Unique identifier for the chat where the original message was sent (or channel username in the format @channelusername). | |
| protect_content | No | Protects the contents of the forwarded message from forwarding and saving. | |
| message_effect_id | No | Unique identifier of the message effect to be added to the message; for private chats only. | |
| message_thread_id | No | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only. | |
| disable_notification | No | Sends the message silently. Users will receive a notification with no sound. | |
| video_start_timestamp | No | New start timestamp for the forwarded video in the message, in seconds. | |
| direct_messages_topic_id | No | Unique identifier for the target direct messages topic; for bots only. | |
| suggested_post_parameters | No | Information about suggested post parameters; for channel chats only. |