replyToMessage property

  1. @JsonKey(name: 'reply_to_message')
Message? get replyToMessage
inherited

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

@JsonKey(name: 'reply_to_message')
Message? get replyToMessage;