From 54e3efe02f5a23d3f70c28e4ae1553e35486cfab Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 22 Jul 2025 07:45:32 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/208.json | 2 +- _schema/latest.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_schema/208.json b/_schema/208.json index dfa9f92..466336f 100644 --- a/_schema/208.json +++ b/_schema/208.json @@ -67509,7 +67509,7 @@ }, "save": { "name": "save", - "description": "If set, removes a previously set personal profile picture (does not affect suggested profile pictures, to remove them simply deleted the messageActionSuggestProfilePhoto¹ service message with messages.deleteMessages²).", + "description": "If set, removes a previously set personal profile picture (does not affect suggested profile pictures, to remove them simply delete the messageActionSuggestProfilePhoto¹ service message with messages.deleteMessages²).", "links": [ "https://core.telegram.org/constructor/messageActionSuggestProfilePhoto", "https://core.telegram.org/method/messages.deleteMessages" diff --git a/_schema/latest.json b/_schema/latest.json index ab03ff9..adf8995 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -67509,7 +67509,7 @@ }, "save": { "name": "save", - "description": "If set, removes a previously set personal profile picture (does not affect suggested profile pictures, to remove them simply deleted the messageActionSuggestProfilePhoto¹ service message with messages.deleteMessages²).", + "description": "If set, removes a previously set personal profile picture (does not affect suggested profile pictures, to remove them simply delete the messageActionSuggestProfilePhoto¹ service message with messages.deleteMessages²).", "links": [ "https://core.telegram.org/constructor/messageActionSuggestProfilePhoto", "https://core.telegram.org/method/messages.deleteMessages" @@ -71904,7 +71904,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 400, + "code": 406, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -72154,7 +72154,7 @@ "description": "chat_read_mark_expire_period seconds have passed since the message was sent, read receipts were deleted." }, "MSG_WAIT_FAILED": { - "code": 500, + "code": 400, "type": "MSG_WAIT_FAILED", "description": "A waiting call returned an error." }, @@ -72244,7 +72244,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." }, @@ -72384,7 +72384,7 @@ "description": "You asked for the code too many times." }, "PHONE_NUMBER_INVALID": { - "code": 406, + "code": 400, "type": "PHONE_NUMBER_INVALID", "description": "The phone number is invalid." },