Interface GetWebAppPlaceholder

Returns a default placeholder for Web Apps of a bot; this is an offline request. Returns a 404 error if the placeholder isn't known. Request type for Tdjson#getWebAppPlaceholder.

interface GetWebAppPlaceholder {
    @type: "getWebAppPlaceholder";
    bot_user_id: number;
}

Properties

Properties

@type: "getWebAppPlaceholder"
bot_user_id: number

Identifier of the target bot.