Skip to content

GramIO API Reference / gramio/dist / TelegramInputTextMessageContent

Interface: TelegramInputTextMessageContent

Defined in: @gramio/types/out/objects.d.ts:7668

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

Documentation

Properties

PropertyTypeDescriptionDefined in
entities?TelegramMessageEntity[]Optional. List of special entities that appear in message text, which can be specified instead of parse_mode@gramio/types/out/objects.d.ts:7680
link_preview_options?TelegramLinkPreviewOptionsOptional. Link preview generation options for the message@gramio/types/out/objects.d.ts:7684
message_textstring | { toString: string; }Text of the message to be sent, 1-4096 characters@gramio/types/out/objects.d.ts:7672
parse_mode?"HTML" | "MarkdownV2" | "Markdown"Optional. Mode for parsing entities in the message text. See formatting options for more details.@gramio/types/out/objects.d.ts:7676