[docs]classMessageEntityType(str,Enum):""" This object represents type of message entity Source: https://core.telegram.org/bots/api#messageentity """MENTION="mention"HASHTAG="hashtag"CASHTAG="cashtag"BOT_COMMAND="bot_command"URL="url"EMAIL="email"PHONE_NUMBER="phone_number"BOLD="bold"ITALIC="italic"UNDERLINE="underline"STRIKETHROUGH="strikethrough"SPOILER="spoiler"BLOCKQUOTE="blockquote"EXPANDABLE_BLOCKQUOTE="expandable_blockquote"CODE="code"PRE="pre"TEXT_LINK="text_link"TEXT_MENTION="text_mention"CUSTOM_EMOJI="custom_emoji"