GramIO API Reference / gramio/dist / TelegramInputTextMessageContent
Interface: TelegramInputTextMessageContent
Defined in: @gramio/types/out/objects.d.ts:7468
Represents the content of a text message to be sent as the result of an inline query.
Properties
| Property | Type | Description | Defined 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:7480 |
link_preview_options? | TelegramLinkPreviewOptions | Optional. Link preview generation options for the message | @gramio/types/out/objects.d.ts:7484 |
message_text | string | Text of the message to be sent, 1-4096 characters | @gramio/types/out/objects.d.ts:7472 |
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:7476 |