From e7d3e735801b58f510b706ad1a785bf30457f293 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 1 Sep 2025 07:42:07 +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 9f5983e..1971485 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -73624,7 +73624,7 @@ "description": "The specified offset is longer than 64 bytes." }, "NOT_ELIGIBLE": { - "code": 400, + "code": 403, "type": "NOT_ELIGIBLE", "description": "The current user is not eligible to join the Peer-to-Peer Login Program." }, @@ -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." }, @@ -74985,7 +74985,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." }, @@ -75030,7 +75030,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." },