telegram_forward_message
Forward a message from one Telegram chat to another by specifying the source chat ID, target chat ID, and message ID.
Instructions
Forward a message from one chat to another.
Args: params (ForwardMessageInput): target chat_id, from_chat_id, message_id.
Returns: str: JSON with the forwarded Message object or an error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |