Interface InlineQueryResultsButtonTypeStartBot

Represents type of button in results of inline query. Subtype of InlineQueryResultsButtonType.

interface InlineQueryResultsButtonTypeStartBot {
    @type: "inlineQueryResultsButtonTypeStartBot";
    parameter: string;
}

Properties

Properties

@type: "inlineQueryResultsButtonTypeStartBot"
parameter: string

The parameter for the bot start message.