forward_message
Forwards a message from a source chat to a target chat, with an optional target chat ID.
Instructions
Forward a message from one chat to another.
Args: from_chat_id: Source chat ID message_id: ID of the message to forward chat_id: Target chat ID (uses TELEGRAM_CHAT_ID if omitted)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_chat_id | Yes | ||
| message_id | Yes | ||
| chat_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |