Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/types/0_message_entity.ts>MessageEntityType

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
enum MessageEntityType
import { MessageEntityType } from "https://deno.land/x/mtkruto@0.0.982/types/0_message_entity.ts";

Members

BankCard = "bank_card"
Blockquote = "blockquote"
Bold = "bold"
BotCommand = "bot_command"
Cashtag = "cashtag"
Code = "code"
CustomEmoji = "custom_emoji"
Email = "email"
Hashtag = "hashtag"
Italic = "italic"
Mention = "mention"
MentionName = "mention_name"
Phone = "phone"
Pre = "pre"
Spoiler = "spoiler"
Strike = "strike"
TextURL = "text_url"
Underline = "underline"
URL = "url"