textEntities property
Optional. Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts
Implementation
@JsonKey(name: 'text_entities')
List<MessageEntity>? get textEntities;
Optional. Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts
@JsonKey(name: 'text_entities')
List<MessageEntity>? get textEntities;