From 639bb9327aef4befae9727d9a2134ed8528db6f4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 18 Sep 2025 07:40:49 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/208.json | 2 +- _schema/latest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_schema/208.json b/_schema/208.json index 6deff7e..13f820e 100644 --- a/_schema/208.json +++ b/_schema/208.json @@ -65722,7 +65722,7 @@ "messages.uploadEncryptedFile": { "name": "messages.uploadEncryptedFile", "description": [ - "Upload encrypted file and associate it to a secret chat" + "Upload encrypted file and associate it to a secret chat (without actually sending it to the chat)." ], "parameters": { "file": { diff --git a/_schema/latest.json b/_schema/latest.json index 1abf7dc..b3c9808 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -65722,7 +65722,7 @@ "messages.uploadEncryptedFile": { "name": "messages.uploadEncryptedFile", "description": [ - "Upload encrypted file and associate it to a secret chat" + "Upload encrypted file and associate it to a secret chat (without actually sending it to the chat)." ], "parameters": { "file": { @@ -74356,7 +74356,7 @@ "type": "NOGENERAL_HIDE_FORBIDDEN" }, "NOT_ELIGIBLE": { - "code": 400, + "code": 403, "type": "NOT_ELIGIBLE", "description": "The current user is not eligible to join the Peer-to-Peer Login Program." },