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@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 |