- API ›
- Constructors ›
- BotCommandScopeUsers
BotCommandScopeUsers
---types--- botCommandScopeUsers#3c4f04d8 = BotCommandScope
Belongs to
| BotCommandScope |
In Rust this constructor is a variant of the enums::BotCommandScope enum.
Match on it with: if let enums::BotCommandScope::BotCommandScopeUsers(v) = result { ... }
Parameters
This item has no parameters.
Used by
| GetBotCommands |
| ResetBotCommands |
| SetBotCommands |