Skip to main content
Module

x/mtkruto/mod.ts>MessageEntityType

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias MessageEntityType
import { type MessageEntityType } from "https://deno.land/x/mtkruto@0.1.115/mod.ts";
definition:
| "mention"
| "hashtag"
| "botCommand"
| "url"
| "email"
| "bold"
| "italic"
| "code"
| "pre"
| "textLink"
| "textMention"
| "cashtag"
| "phoneNumber"
| "underline"
| "strikethrough"
| "blockquote"
| "bankCard"
| "spoiler"
| "customEmoji"