Interface InlineKeyboardButtonTypeWebApp

A button that opens a Web App by calling openWebApp. Subtype of InlineKeyboardButtonType.

interface InlineKeyboardButtonTypeWebApp {
    @type: "inlineKeyboardButtonTypeWebApp";
    url: string;
}

Properties

Properties

@type: "inlineKeyboardButtonTypeWebApp"
url: string

An HTTP URL to pass to openWebApp.