InputTextMessageContent
Represents the content of a text message to be sent as the result of an inline query.
Properties
message_text
ts
message_text: string;
Text of the message to be sent, 1-4096 characters
parse_mode
ts
parse_mode?: ParseMode;
Mode for parsing entities in the message text. See formatting options for more details.
entities
ts
entities?: MessageEntity[];
List of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_options
ts
link_preview_options?: LinkPreviewOptions;
Link preview generation options for the message