TDLib v0.0.2 TDLib.Object.MessageForwardedPost View Source

The message was originally a post in a channel.

NameTypeDescription
chat_idstringIdentifier of the chat from which the message was forwarded.
author_signaturestringPost author signature.
datenumberPoint in time (Unix timestamp) when the message was originally sent.
message_idstringMessage identifier of the original message from which the new message was forwarded; 0 if unknown.
forwarded_from_chat_idstringFor messages forwarded to the chat with the current user (saved messages), the identifier of the chat from which the message was forwarded; 0 if unknown.
forwarded_from_message_idstringFor messages forwarded to the chat with the current user (saved messages), the identifier of the original message from which the new message was forwarded; 0 if unknown.

More details on telegram’s documentation.