Browse Source

Handle supergroups. Fixes #123

pull/114/merge
Pēteris Caune 8 years ago
parent
commit
116419129e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/front/schemas.py

+ 1
- 1
hc/front/schemas.py View File

@ -8,7 +8,7 @@ telegram_callback = {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {"type": "number"}, "id": {"type": "number"},
"type": {"enum": ["group", "private"]},
"type": {"enum": ["group", "private", "supergroup"]},
"title": {"type": "string"}, "title": {"type": "string"},
"username": {"type": "string"} "username": {"type": "string"}
}, },


Loading…
Cancel
Save