-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgroups.json.example
More file actions
36 lines (36 loc) · 1.09 KB
/
groups.json.example
File metadata and controls
36 lines (36 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"group_id": -1001234567890,
"warning_topic_id": 123,
"restrict_failed_users": false,
"warning_threshold": 3,
"warning_time_threshold_minutes": 180,
"captcha_enabled": false,
"captcha_timeout_seconds": 120,
"new_user_probation_hours": 72,
"new_user_violation_threshold": 3,
"rules_link": "https://t.me/pythonID/290029/321799",
"duplicate_spam_enabled": true,
"duplicate_spam_window_seconds": 120,
"duplicate_spam_threshold": 2,
"duplicate_spam_min_length": 20,
"duplicate_spam_similarity": 0.95
},
{
"group_id": -1009876543210,
"warning_topic_id": 456,
"restrict_failed_users": true,
"warning_threshold": 5,
"warning_time_threshold_minutes": 60,
"captcha_enabled": true,
"captcha_timeout_seconds": 180,
"new_user_probation_hours": 168,
"new_user_violation_threshold": 2,
"rules_link": "https://t.me/mygroup/rules",
"duplicate_spam_enabled": true,
"duplicate_spam_window_seconds": 60,
"duplicate_spam_threshold": 2,
"duplicate_spam_min_length": 20,
"duplicate_spam_similarity": 0.90
}
]