View Source ExTDLib.Object.InputMessageForwarded (ExTDLib v0.0.4)
A forwarded message.
| Name | Type | Description |
|---|---|---|
| from_chat_id | string | Identifier for the chat this forwarded message came from. |
| message_id | string | Identifier of the message to forward. A message can be forwarded only if message.can_be_forwarded. |
| in_game_share | bool | True, if a game message is being shared from a launched game; applies only to game messages. |
| copy_options | messageCopyOptions | Options to be used to copy content of the message without reference to the original sender; pass null to forward the message as usual. |
More details on telegram's documentation.