Interface CheckWebAppFileDownload

Checks whether a file can be downloaded and saved locally by Web App request. Request type for Tdjson#checkWebAppFileDownload.

interface CheckWebAppFileDownload {
    @type: "checkWebAppFileDownload";
    bot_user_id: number;
    file_name: string;
    url: string;
}

Properties

@type: "checkWebAppFileDownload"
bot_user_id: number

Identifier of the bot, providing the Web App.

file_name: string

Name of the file.

url: string

URL of the file.