From 150cc0bd0c7f7e8c08edb191ec45e4cbe8fe3087 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 18 May 2026 11:30:40 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index 56d7eb5..fb1deb7 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -80935,7 +80935,7 @@ "description": "You asked for the code too many times." }, "PHONE_NUMBER_INVALID": { - "code": 406, + "code": 400, "type": "PHONE_NUMBER_INVALID", "description": "The phone number is invalid." }, @@ -81094,7 +81094,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." }, @@ -81994,12 +81994,12 @@ "description": "The specified token type is invalid." }, "TOPIC_CLOSED": { - "code": 400, + "code": 406, "type": "TOPIC_CLOSED", "description": "This topic was closed, you can't send messages to it anymore." }, "TOPIC_DELETED": { - "code": 400, + "code": 406, "type": "TOPIC_DELETED", "description": "The specified topic was deleted." }, @@ -82189,7 +82189,7 @@ "description": "This method can only be called by a bot." }, "USER_CHANNELS_TOO_MUCH": { - "code": 400, + "code": 403, "type": "USER_CHANNELS_TOO_MUCH", "description": "One of the users you tried to add is already in too many channels/supergroups." },