forward_messages
Forward selected messages from one chat to another. Optionally send as copy, silent, or drop captions.
Instructions
把一个对话里的若干消息转发到另一个对话。
Args: from_chat: 源对话。 to_chat: 目标对话。 message_ids: 要转发的消息 ID。 silent: 静默发送。 as_copy: True 则不显示"转发自"抬头(相当于复制一份)。 drop_captions: 复制时丢掉媒体的说明文字。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| silent | No | ||
| as_copy | No | ||
| to_chat | Yes | ||
| from_chat | Yes | ||
| message_ids | Yes | ||
| drop_captions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |