--- title: "botCommandScopeUsers" description: "The specified bot commands will only be valid in all private chats with users." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: botCommandScopeUsers [Back to constructors index](/API_docs/constructors/index.html) The specified bot commands will only be valid in all private chats with users. ### Type: [BotCommandScope](/API_docs/types/BotCommandScope.html) ### Example: ``` $botCommandScopeUsers = ['_' => 'botCommandScopeUsers']; ```