captionEntities property
Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode
Implementation
@JsonKey(name: 'caption_entities')
List<MessageEntity>? get captionEntities;
Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode
@JsonKey(name: 'caption_entities')
List<MessageEntity>? get captionEntities;