Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>InputTextMessageContent

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

Represents the content of a text message to be sent as the result of an inline query.

Properties

message_text: string

Text of the message to be sent, 1-4096 characters

optional
parse_mode: ParseMode

Mode for parsing entities in the message text. See formatting options for more details.

optional
entities: MessageEntity[]

List of special entities that appear in message text, which can be specified instead of parse_mode