chore: update config_schema with topic_id attribute

This commit is contained in:
Matthias
2024-12-23 20:12:21 +01:00
parent 6cc0c2be91
commit 0663335011
2 changed files with 10 additions and 2 deletions

View File

@@ -601,7 +601,11 @@
"type": "string"
},
"chat_id": {
"description": "Telegram chat ID",
"description": "Telegram chat or group ID",
"type": "string"
},
"topic_id": {
"description": "Telegram topic ID - only applicable for group chats",
"type": "string"
},
"allow_custom_messages": {