From 6d33660c3702727017b32535d7f453239f39d4ed Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 12 Aug 2025 07:43:41 +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 aee84bd..60a867c 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -73570,7 +73570,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." }, @@ -74931,7 +74931,7 @@ "description": "This method can only be called by a bot." }, "USER_CHANNELS_TOO_MUCH": { - "code": 403, + "code": 400, "type": "USER_CHANNELS_TOO_MUCH", "description": "One of the users you tried to add is already in too many channels/supergroups." }, @@ -74976,7 +74976,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." },