View Source ExTDLib.Object.MessageReplyToMessage (ExTDLib v0.0.4)
Describes a message replied by a given message.
| Name | Type | Description |
|---|---|---|
| chat_id | string | The identifier of the chat to which the message belongs; may be 0 if the replied message is in unknown chat. |
| message_id | string | The identifier of the message; may be 0 if the replied message is in unknown chat. |
| quote | textQuote | Chosen quote from the replied message; may be null if none. |
| origin | MessageOrigin | Information about origin of the message if the message was from another chat or topic; may be null for messages from the same chat. |
| origin_send_date | number | Point in time (Unix timestamp) when the message was sent if the message was from another chat or topic; 0 for messages from the same chat. |
| content | MessageContent | Media content of the message if the message was from another chat or topic; may be null for messages from the same chat and messages without media. Can be only one of the following types: messageAnimation, messageAudio, messageContact, messageDice, messageDocument, messageGame, messageInvoice, messageLocation, messagePhoto, messagePoll, messagePremiumGiveaway, messageSticker, messageStory, messageText (for link preview), messageVenue, messageVideo, messageVideoNote, or messageVoiceNote. |
More details on telegram's documentation.