forward_message
Forward a message to any chat or user using the message ID and target identifier, with support for chat IDs, user IDs, unions, and emails.
Instructions
[Official API] Forward a message to another chat or user. receive_id may be a group chat_id (oc_xxx), an open_id (ou_xxx), a union_id, a user_id, or an email — set receive_id_type to match (default: chat_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | Message ID to forward (om_xxx) | |
| receive_id | Yes | Target chat_id (oc_xxx), open_id (ou_xxx), union_id, user_id, or email — set receive_id_type to match. | |
| receive_id_type | No | Format of receive_id (default: chat_id). Set to "open_id" when forwarding to a user via their open_id. | chat_id |