botCommandScopeDefault property
A scope covering all users
Implementation
BotCommandScopeDefault? get botCommandScopeDefault {
  if (this is BotCommandScopeDefault) {
    return this as BotCommandScopeDefault;
  }
  return null;
}
A scope covering all users
BotCommandScopeDefault? get botCommandScopeDefault {
  if (this is BotCommandScopeDefault) {
    return this as BotCommandScopeDefault;
  }
  return null;
}