From f7fa46ba37cbe145fde52f4089811ba41f9eafe9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 4 Aug 2025 07:51:25 +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 19ca43a..5263afe 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -72739,7 +72739,7 @@ "description": "The privacy key is invalid." }, "PRIVACY_PREMIUM_REQUIRED": { - "code": 406, + "code": 403, "type": "PRIVACY_PREMIUM_REQUIRED", "description": "You need a Telegram Premium subscription to send a message to this user." }, @@ -73459,7 +73459,7 @@ "description": "You specified no topic IDs." }, "TOPIC_CLOSED": { - "code": 406, + "code": 400, "type": "TOPIC_CLOSED", "description": "This topic was closed, you can't send messages to it anymore." }, @@ -73469,7 +73469,7 @@ "description": "The close flag cannot be provided together with any of the other flags." }, "TOPIC_DELETED": { - "code": 406, + "code": 400, "type": "TOPIC_DELETED", "description": "The specified topic was deleted." },