From 02b077140170a20dd556bf64e4bf5ba1353a4f49 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 3 Aug 2025 07:43:45 +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 ead3e8c..19ca43a 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -72114,7 +72114,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 400, + "code": 406, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -72739,7 +72739,7 @@ "description": "The privacy key is invalid." }, "PRIVACY_PREMIUM_REQUIRED": { - "code": 403, + "code": 406, "type": "PRIVACY_PREMIUM_REQUIRED", "description": "You need a Telegram Premium subscription to send a message to this user." },