From e2a54437c392827cbb8d7dedb4b418499390035d Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 15 Aug 2026 07:55:18 +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 6f75154..55c48b3 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -83571,7 +83571,7 @@ "description": "The close flag cannot be provided together with any of the other flags." }, "TOPIC_DELETED": { - "code": 400, + "code": 406, "type": "TOPIC_DELETED", "description": "The specified topic was deleted." }, @@ -83776,7 +83776,7 @@ "description": "Bot-to-bot messaging is disabled because one of the two bots hasn't enabled the Bot to Bot setting in @BotFather." }, "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." }, @@ -83831,7 +83831,7 @@ "description": "The provided user is not a mutual contact." }, "USER_NOT_PARTICIPANT": { - "code": 400, + "code": 403, "type": "USER_NOT_PARTICIPANT", "description": "You're not a member of this supergroup/channel." },