MessageEntityType
: string
in package
This object represents type of message entity
Source: https://core.telegram.org/bots/api#messageentity
Table of Contents
Cases
- Blockquote = 'blockquote'
- Bold = 'bold'
- BotCommand = 'bot_command'
- Cashtag = 'cashtag'
- Code = 'code'
- CustomEmoji = 'custom_emoji'
- DateTime = 'date_time'
- Email = 'email'
- ExpandableBlockquote = 'expandable_blockquote'
- Hashtag = 'hashtag'
- Italic = 'italic'
- Mention = 'mention'
- PhoneNumber = 'phone_number'
- Pre = 'pre'
- Spoiler = 'spoiler'
- Strikethrough = 'strikethrough'
- TextLink = 'text_link'
- TextMention = 'text_mention'
- Underline = 'underline'
- Url = 'url'