View Source ExTDLib.Object.InputMessageForwarded (ExTDLib v0.0.4)

A forwarded message.

NameTypeDescription
from_chat_idstringIdentifier for the chat this forwarded message came from.
message_idstringIdentifier of the message to forward. A message can be forwarded only if message.can_be_forwarded.
in_game_shareboolTrue, if a game message is being shared from a launched game; applies only to game messages.
copy_optionsmessageCopyOptionsOptions 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.