From 1a92661b7ecd9df608bb6cde0a812f1b372135aa Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 6 Oct 2025 07:41:55 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/latest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_schema/latest.json b/_schema/latest.json index c80c4a7..7bc8887 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -75294,7 +75294,7 @@ "description": "The specified participant ID is invalid." }, "PARTICIPANT_JOIN_MISSING": { - "code": 400, + "code": 403, "type": "PARTICIPANT_JOIN_MISSING", "description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall." }, @@ -76469,7 +76469,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." }, @@ -76479,7 +76479,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." }, @@ -76684,7 +76684,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." },