replyToMessage property

Message? replyToMessage
final

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

final Message? replyToMessage;