CheckWebAppFileDownload constructor

CheckWebAppFileDownload({
  1. required int botUserId,
  2. required String fileName,
  3. required String url,
})

Implementation

CheckWebAppFileDownload({
  required this.botUserId,
  required this.fileName,
  required this.url,
});