MadelineProtoDocs/docs/API_docs/constructors/botCommandScopeUsers.md
2024-05-01 14:53:46 +02:00

25 lines
561 B
Markdown

---
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'];
```