FORWARD_MESSAGE
Forward a specific message from a source chat to a destination chat using chat IDs or usernames. Optionally send without notification.
Instructions
Forward a message from one chat to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toChatId | Yes | Destination chat ID or username | |
| messageId | Yes | ID of the message to forward | |
| fromChatId | Yes | Source chat ID or username | |
| disableNotification | No | Forward message silently |