quote property

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

Quoted part of the message to be replied to; 0-1024 characters after entities parsing. The quote must be an exact substring of the message to be replied to, including bold, italic, underline, strikethrough, spoiler, and custom_emoji entities. The message will fail to send if the quote isn't found in the original message.

Implementation

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