MessageEntityType#

class pyrogram.enums.MessageEntityType#

Message entity type enumeration used in MessageEntity.

MENTION

@username

HASHTAG

#hashtag

CASHTAG

$USD

BOT_COMMAND

/start@pyrogrambot

URL

https://pyrogram.org (see url)

EMAIL

do-not-reply@pyrogram.org

PHONE_NUMBER

+1-123-456-7890

BOLD

Bold text

ITALIC

Italic text

UNDERLINE

Underlined text

STRIKETHROUGH

Strikethrough text

SPOILER

Spoiler text

CODE

Monowidth string

PRE

Monowidth block (see language)

BLOCKQUOTE

Blockquote text

For clickable text URLs

TEXT_MENTION

for users without usernames (see user)

BANK_CARD

Bank card text

CUSTOM_EMOJI

Custom emoji

UNKNOWN

Unknown message entity type