Add allowed chat IDs filter to Telegram Commands

New input `allowed_chat_ids` restricts which Telegram chats can trigger
the automation. Leave empty to allow all chats (no filtering).
Useful for security-sensitive commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 02:12:22 +03:00
parent 383ec9afd6
commit 67a31b320d
3 changed files with 38 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
"version": "1.29.0"
"version": "1.30.0"
}