BotsCheckDownloadFileParams constructor
const
BotsCheckDownloadFileParams({
- required InputUserBase bot,
- required String fileName,
- required String url,
Bots Check Download File Params constructor.
Implementation
const BotsCheckDownloadFileParams({
required this.bot,
required this.fileName,
required this.url,
}) : super._();