Interface InlineQueryResultsButton

Represents a button to be shown above inline query results.

interface InlineQueryResultsButton {
    @type: "inlineQueryResultsButton";
    text: string;
    type: InlineQueryResultsButtonType;
}

Properties

Properties

@type: "inlineQueryResultsButton"
text: string

The text of the button.

Type of the button.