type property

  1. @override
BotCommandScopeType get type
override

Scope type, always be BotCommandScopeType.chat

Implementation

@override
BotCommandScopeType get type => BotCommandScopeType.chat;