BotsCheckDownloadFileParams constructor

const BotsCheckDownloadFileParams({
  1. required InputUserBase bot,
  2. required String fileName,
  3. required String url,
})

Bots Check Download File Params constructor.

Implementation

const BotsCheckDownloadFileParams({
  required this.bot,
  required this.fileName,
  required this.url,
}) : super._();