From a673b7456c428ffe8ad5955af7a6d172159985d2 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 5 Sep 2025 07:40:12 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index e484039..ddaa6c5 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -73692,7 +73692,7 @@ "description": "The specified participant ID is invalid." }, "PARTICIPANT_JOIN_MISSING": { - "code": 403, + "code": 400, "type": "PARTICIPANT_JOIN_MISSING", "description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall." }, @@ -74770,7 +74770,7 @@ "description": "You specified no topic IDs." }, "TOPIC_CLOSED": { - "code": 400, + "code": 406, "type": "TOPIC_CLOSED", "description": "This topic was closed, you can't send messages to it anymore." }, @@ -74780,7 +74780,7 @@ "description": "The close flag cannot be provided together with any of the other flags." }, "TOPIC_DELETED": { - "code": 400, + "code": 406, "type": "TOPIC_DELETED", "description": "The specified topic was deleted." }, @@ -75030,7 +75030,7 @@ "description": "This user was kicked from this supergroup/channel." }, "USER_NOT_MUTUAL_CONTACT": { - "code": 403, + "code": 400, "type": "USER_NOT_MUTUAL_CONTACT", "description": "The provided user is not a mutual contact." },