entities property

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

Special entities that appear in the quote. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are kept in quotes.

Implementation

@JsonKey(name: 'entities')
List<MessageEntity>? get entities;