From c7fbe2bc11c2e449e5c3b027b2cc25e15ed14883 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 12 Oct 2025 07:39:20 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index 90b9baa..fd7bcd1 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -76621,7 +76621,7 @@ "description": "Only the \"General\" topic with id=1 can be hidden." }, "NOT_ELIGIBLE": { - "code": 400, + "code": 403, "type": "NOT_ELIGIBLE", "description": "The current user is not eligible to join the Peer-to-Peer Login Program." }, @@ -78131,7 +78131,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." },