TDLib v0.0.2 TDLib.Object.MessageForwardedPost View Source
The message was originally a post in a channel.
Name | Type | Description |
---|---|---|
chat_id | string | Identifier of the chat from which the message was forwarded. |
author_signature | string | Post author signature. |
date | number | Point in time (Unix timestamp) when the message was originally sent. |
message_id | string | Message identifier of the original message from which the new message was forwarded; 0 if unknown. |
forwarded_from_chat_id | string | For 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_id | string | For 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.