Added dynamic scope chat_id for owner

This commit is contained in:
2023-06-21 13:45:01 +02:00
parent 0cfe55d3c9
commit 524a3c2a29
2 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": 0
"chat_id": "owner"
}
]
}