BotsExportBotToken constructor
const
BotsExportBotToken({
- required InputUserBase bot,
- required bool revoke,
Bots Export Bot Token constructor.
Implementation
const BotsExportBotToken({required this.bot, required this.revoke})
: super._();