feat: Telegram user monitor bot
This commit is contained in:
14
rules.json
Normal file
14
rules.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"users": {
|
||||
"YOUR_TG_ID": {
|
||||
"rules": [
|
||||
{
|
||||
"group_id": -100123456789,
|
||||
"user_id": 123456789,
|
||||
"keywords": ["*"]
|
||||
}
|
||||
],
|
||||
"notify_targets": [-100987654321]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user