BotCommandScope
Rust type: enums::BotCommandScope
Constructors
This is an abstract type. At runtime it will be one of the following variants:
| BotCommandScopeChatAdmins |
| BotCommandScopeChats |
| BotCommandScopeDefault |
| BotCommandScopePeer |
| BotCommandScopePeerAdmins |
| BotCommandScopePeerUser |
| BotCommandScopeUsers |
Requests returning this type
None.
Requests accepting this type as input
| GetBotCommands |
| ResetBotCommands |
| SetBotCommands |
Other types containing this type
None.