entities property
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;