From 7837d57fa70b9deff43128e9b7a47e54ec000d76 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 13 Aug 2025 07:44:35 +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 60a867c..15b27c8 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -74716,7 +74716,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." }, @@ -74976,7 +74976,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." },