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

21 lines
414 B
JSON
Raw Normal View History

2023-08-18 21:43:09 +03:00
{
"start": {
"scopes": [
{
"name": "BotCommandScopeDefault"
2023-08-23 01:19:27 +03:00
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
2023-08-18 21:43:09 +03:00
}
]
},
"remove_commands": {
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
}
}