Skip to main content
Extremely Popular
Go to Latest
interface MessageEntity.CommonMessageEntity
implements AbstractMessageEntity
import { type MessageEntity } from "https://deno.land/x/grammy@v1.10.1/platform.deno.ts";
const { CommonMessageEntity } = MessageEntity;

Properties

type:
| "mention"
| "hashtag"
| "cashtag"
| "bot_command"
| "url"
| "email"
| "phone_number"
| "bold"
| "italic"
| "underline"
| "strikethrough"
| "spoiler"
| "code"