Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>MessageEntity.CommonMessageEntity

Hydration plugin for API calls and context objects.
Latest
interface MessageEntity.CommonMessageEntity
implements AbstractMessageEntity
import { type MessageEntity } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";
const { CommonMessageEntity } = MessageEntity;

Properties

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