GetManagedBotToken constructor

GetManagedBotToken({
  1. required int botUserId,
  2. required bool revoke,
})

Implementation

GetManagedBotToken({required this.botUserId, required this.revoke});