Interface KeyboardButtonTypeWebApp

A button that opens a Web App by calling getWebAppUrl. Subtype of KeyboardButtonType.

interface KeyboardButtonTypeWebApp {
    @type: "keyboardButtonTypeWebApp";
    url: string;
}

Properties

Properties

@type: "keyboardButtonTypeWebApp"
url: string

An HTTP URL to pass to getWebAppUrl.