diff --git a/_schema/latest.json b/_schema/latest.json index 01ff587..ab03ff9 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -71144,7 +71144,7 @@ "description": "The provided chat id is invalid." }, "CHAT_INVALID": { - "code": 400, + "code": 500, "type": "CHAT_INVALID", "description": "Invalid chat." }, @@ -71904,7 +71904,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 406, + "code": 400, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -73249,7 +73249,7 @@ "description": "You specified no topic IDs." }, "TOPIC_CLOSED": { - "code": 406, + "code": 400, "type": "TOPIC_CLOSED", "description": "This topic was closed, you can't send messages to it anymore." }, @@ -73259,7 +73259,7 @@ "description": "The close flag cannot be provided together with any of the other flags." }, "TOPIC_DELETED": { - "code": 406, + "code": 400, "type": "TOPIC_DELETED", "description": "The specified topic was deleted." },