From 05dd531fd295357412f745bcdf6d705d36a3a509 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 23 Jun 2026 10:46:48 +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 7fbdaf9..40c4de8 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -82031,7 +82031,7 @@ "description": "The specified voice message is too long to be transcribed." }, "MSG_WAIT_FAILED": { - "code": 500, + "code": 400, "type": "MSG_WAIT_FAILED", "description": "A waiting call returned an error." }, @@ -83421,7 +83421,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." },