View Source ExTDLib.Object.MessageForwardInfo (ExTDLib v0.0.4)
Contains information about a forwarded message.
| Name | Type | Description |
|---|---|---|
| origin | MessageOrigin | Origin of the forwarded message. |
| date | number | Point in time (Unix timestamp) when the message was originally sent. |
| public_service_announcement_type | string | The type of a public service announcement for the forwarded message. |
| from_chat_id | string | For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, the identifier of the chat from which the message was forwarded last time; 0 if unknown. |
| from_message_id | string | For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, the identifier of the original message from which the new message was forwarded last time; 0 if unknown. |
More details on telegram's documentation.