forked from GithubBackups/healthchecks
Handle supergroups. Fixes #123
This commit is contained in:
parent
5cb372d18f
commit
116419129e
@ -8,7 +8,7 @@ telegram_callback = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {"type": "number"},
|
||||
"type": {"enum": ["group", "private"]},
|
||||
"type": {"enum": ["group", "private", "supergroup"]},
|
||||
"title": {"type": "string"},
|
||||
"username": {"type": "string"}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user