quoteEntities property

  1. @JsonKey(name: 'quote_entities')
List<MessageEntity>? get quoteEntities
inherited

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;