BotsExportBotToken constructor

const BotsExportBotToken({
  1. required InputUserBase bot,
  2. required bool revoke,
})

Bots Export Bot Token constructor.

Implementation

const BotsExportBotToken({required this.bot, required this.revoke})
    : super._();