Interface SearchWebApp

Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found. Request type for Tdjson#searchWebApp.

interface SearchWebApp {
    @type: "searchWebApp";
    bot_user_id: number;
    web_app_short_name: string;
}

Properties

@type: "searchWebApp"
bot_user_id: number

Identifier of the target bot.

web_app_short_name: string

Short name of the Web App.