From f4aba4fec5e226f02bbd6b21e895739dde41ba67 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 24 Oct 2025 07:41:16 +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 faa0a91..ffc709f 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -76846,7 +76846,7 @@ "description": "You asked for the code too many times." }, "PHONE_NUMBER_INVALID": { - "code": 400, + "code": 406, "type": "PHONE_NUMBER_INVALID", "description": "The phone number is invalid." }, @@ -78086,7 +78086,7 @@ "description": "This method can only be called by a bot." }, "USER_CHANNELS_TOO_MUCH": { - "code": 403, + "code": 400, "type": "USER_CHANNELS_TOO_MUCH", "description": "One of the users you tried to add is already in too many channels/supergroups." },