Raw.bots.CheckDownloadFileParams

Raw.bots.CheckDownloadFileParams

Check if a mini app can request the download of a specific file: called when handling webAppRequestFileDownload events

bots.checkDownloadFileParams#50077589 bot:InputUser file_name:string url:string = Bool;
export namespace Raw {
  export namespace bots {
    export class CheckDownloadFileParams {
      constructor(params: { bot: Raw.TypeInputUser; fileName: string; url: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0x50077589

Property

  • bot : Raw.TypeInputUser

    The bot that owns the mini app that requested the download

  • fileName : string

    The filename from the webAppRequestFileDownload event

  • url : string

    The url from the webAppRequestFileDownload event

Results

boolean