externalReply property

  1. @JsonKey(name: 'external_reply')
ExternalReplyInfo? get externalReply
inherited

Optional. Information about the message that is being replied to, which may come from another chat or forum topic

Implementation

@JsonKey(name: 'external_reply')
ExternalReplyInfo? get externalReply;