type property

  1. @override
BotCommandScopeType get type
override

Scope type, always be BotCommandScopeType.defaultScope

Implementation

@override
BotCommandScopeType get type => BotCommandScopeType.defaultScope;