Inline mode

InputTextMessageContent

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

fields

fieldtyperequireddescription
message_textstringrequiredText of the message to be sent, 1-4096 characters
parse_modestringoptionalOptional. Mode for parsing entities in the message text. See formatting options for more details.
entitiesMessageEntity[]optionalOptional. List of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_optionsLinkPreviewOptionsoptionalOptional. Link preview generation options for the message

import

types.ts
import type { InputTextMessageContent } from "@yaebal/types";

used by

types