diff --git a/_schema/latest.json b/_schema/latest.json index 63c2c17..dfa9f92 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." }, @@ -72244,7 +72244,7 @@ "description": "The specified participant ID is invalid." }, "PARTICIPANT_JOIN_MISSING": { - "code": 400, + "code": 403, "type": "PARTICIPANT_JOIN_MISSING", "description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall." }, @@ -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." },