entities property
Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text
Implementation
final List<MessageEntity>? entities;
Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text
final List<MessageEntity>? entities;