diff --git a/hc/front/schemas.py b/hc/front/schemas.py index 61b0a1c5..7bbd976b 100644 --- a/hc/front/schemas.py +++ b/hc/front/schemas.py @@ -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"} },