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