Show / Hide Table of Contents

Enum MessageEntityType

Type of a special text entity

Namespace: TelegramBotApi.Enums
Assembly: TelegramBotApi.dll
Syntax
public enum MessageEntityType

Fields

Name Description
Bold

Bold text

BotCommand

/bot_command

Cashtag

A cashtag

Code

Monowidth string

Email

email@adress.com

Hashtag

#hashtag

Italic

Italic text

Mention

@username

PhoneNumber

A phone number

Pre

Monowidth block

TextLink

Clickable text URLs

TextMention

Mentioning a user without username

Unknown

A message entity type that isn't implemented yet

Url

www.url.com

  • Improve this Doc
  • View Source
Back to top Generated by DocFX