This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PyrogramBotBase/commands.json
2023-08-18 20:43:09 +02:00

17 lines
303 B
JSON

{
"start": {
"scopes": [
{
"name": "BotCommandScopeDefault"
}
]
},
"remove_commands": {
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
}
}