BotCommandScope#
- class pyrogram.raw.base.BotCommandScope#
Represents a scope where the bot commands, specified using bots.setBotCommands will be valid.
- Constructors:
This base type has 7 constructors available.
The specified bot commands will be valid only for chat administrators, in all groups and supergroups.
The specified bot commands will be valid in all groups and supergroups.
The commands will be valid in all dialogs.
The specified bot commands will be valid only in a specific dialog.
The specified bot commands will be valid for all admins of the specified group or supergroup.
The specified bot commands will be valid only for a specific user in the specified group or supergroup.
The specified bot commands will only be valid in all private chats with users.