From 5cdaf24ec7b783dc46f7571b16d6fa468c07fdc6 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 26 Aug 2025 07:42:33 +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 e40bb2a..e61870a 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -73340,7 +73340,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 400, + "code": 406, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -74770,7 +74770,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." }, @@ -74780,7 +74780,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." },