InputTextMessageContent
interfaceRepresents the content of a text message to be sent as the result of an inline query.
Declaration
interface InputTextMessageContent Properties
entities?: MessageEntity[];Optional. List of special entities that appear in message text, which can be specified instead of parse_mode
link_preview_options?: LinkPreviewOptions;Optional. Link preview generation options for the message
parse_mode?: string;Optional. Mode for parsing entities in the message text. See formatting options for more details.