quote property

  1. @JsonKey(name: 'quote')
TextQuote? get quote
inherited

Optional. For replies that quote part of the original message, the quoted part of the message

Implementation

@JsonKey(name: 'quote')
TextQuote? get quote;