captionEntities property
Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption
Implementation
@JsonKey(name: 'caption_entities')
List<MessageEntity>? get captionEntities;
Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption
@JsonKey(name: 'caption_entities')
List<MessageEntity>? get captionEntities;