For non-same_chat
origin, date the original message was sent.
For non-private
origin, ID of the replied-to message in the original chat.
Whether this message was sent to a forum topic
Whether this message is quoting another message
Whether this message is a reply to another scheduled message
Media contained in the replied-to message
Only available for non-same_chat
origin
Origin of the replied-to message
Message entities contained in the quote
Offset of the start of the quoteText in the replied-to message.
Note that this offset should only be used as a hint, as the actual quote offset may be different due to message being edited after the quote
null
if not available, in which case it should be assumed that the quote
starts at .indexOf(quoteText)
of the replied-to message text.
If this message is a quote, text of the quote.
For non-same_chat
origin, this will be the full text of the
replied-to message in case .isQuote
is false
Sender of the replied-to message (either user or a channel) or their name (for users with private forwards).
For replies to channel messages, this will be the channel itself.
null
if the sender is not available (for same_chat
origin)
ID of the replies thread where this message belongs to
Helper method to check origin that will also narrow the type of this object respectively
Information about a message that this message is a reply to