Interface IInputTextMessageContent

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

Hierarchy

  • IInputTextMessageContent

Properties

disable_web_page_preview?: boolean

Optional. Disables link previews for links in the sent message

entities?: IMessageEntity[]

Optional. List of special entities that appear in message text, which can be specified instead of parse_mode

message_text: string

Text of the message to be sent, 1-4096 characters

parse_mode?: string

Optional. Mode for parsing entities in the message text. See formatting options for more details.

Generated using TypeDoc