replyToMessage property

Message? replyToMessage
getter/setter pair

Optional. For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.

Implementation

Message? replyToMessage;