scope property

BotCommandScope? scope
read / write

The scope to which the commands are relevant; pass null to get commands in the default bot command scope.

Implementation

BotCommandScope? scope;