titleEntities property
Optional. List of special entities that appear in the title, which can be specified instead of parse_mode. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are allowed.
Implementation
@JsonKey(name: 'title_entities')
List<MessageEntity>? get titleEntities;