Interface InlineQueryResultsButtonTypeWebApp

Describes the button that opens a Web App by calling getWebAppUrl. Subtype of InlineQueryResultsButtonType.

interface InlineQueryResultsButtonTypeWebApp {
    @type: "inlineQueryResultsButtonTypeWebApp";
    url: string;
}

Properties

Properties

@type: "inlineQueryResultsButtonTypeWebApp"
url: string

An HTTP URL to pass to getWebAppUrl.