BotCommandScopeDefault constructor

BotCommandScopeDefault({
  1. String type = BotCommandScope.typeDefault,
})

Implementation

BotCommandScopeDefault({this.type = BotCommandScope.typeDefault});