quoteEntities property
A JSON-serialized list of special entities that appear in the quote. It can be specified instead of quote_parse_mode.
Implementation
@JsonKey(name: 'quote_entities')
List<MessageEntity>? get quoteEntities;
A JSON-serialized list of special entities that appear in the quote. It can be specified instead of quote_parse_mode.
@JsonKey(name: 'quote_entities')
List<MessageEntity>? get quoteEntities;