From 797d8ed89d7eb221df163c6ae92ea8f3a6a178c7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 28 Jul 2025 07:48:06 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index eff76db..572fd25 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -72276,7 +72276,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." }, @@ -73476,7 +73476,7 @@ "description": "This method can only be called by a bot." }, "USER_CHANNELS_TOO_MUCH": { - "code": 400, + "code": 403, "type": "USER_CHANNELS_TOO_MUCH", "description": "One of the users you tried to add is already in too many channels/supergroups." }, @@ -73521,7 +73521,7 @@ "description": "This user was kicked from this supergroup/channel." }, "USER_NOT_MUTUAL_CONTACT": { - "code": 400, + "code": 403, "type": "USER_NOT_MUTUAL_CONTACT", "description": "The provided user is not a mutual contact." },