import { type InputTextMessageContent } from "https://deno.land/x/grammy@v1.31.0/types.ts";
Represents the content of a text message to be sent as the result of an inline query.
Properties
optional
parse_mode: ParseModeMode 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
optional
link_preview_options: LinkPreviewOptionsLink preview generation options for the message