TDLib v0.0.2 TDLib.Object.MessageForwardedFromUser View Source
The message was originally written by a known user.
Name | Type | Description |
---|---|---|
sender_user_id | number | Identifier of the user that originally sent this message. |
date | number | Point in time (Unix timestamp) when the message was originally sent. |
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.