teleproto - v1.229.0
    Preparing search index...

    Interface BotsCheckDownloadFileParamsParams

    interface BotsCheckDownloadFileParamsParams {
        bot: EntityLike;
        fileName: string;
        url: string;
    }
    Index
    bot: EntityLike

    The bot that owns the mini app that requested the download

    fileName: string

    The filename from the web_app_request_file_download event »

    url: string

    The url from the web_app_request_file_download event »