Added a few JSON examples

This commit is contained in:
2024-01-03 22:45:39 +01:00
parent c756c6b1dc
commit 327b161b41
3 changed files with 82 additions and 0 deletions

21
examples/commands.json Normal file
View File

@@ -0,0 +1,21 @@
{
"help": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"shutdown": {
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
}
}