botCommandScopeDefault property

BotCommandScopeDefault? botCommandScopeDefault

A scope covering all users

Implementation

BotCommandScopeDefault? get botCommandScopeDefault {
  if (this is BotCommandScopeDefault) {
    return this as BotCommandScopeDefault;
  }
  return null;
}