diff --git a/docs/API_docs/methods/messages_uploadEncryptedFile.md b/docs/API_docs/methods/messages_uploadEncryptedFile.md index 33069609..61b884b1 100644 --- a/docs/API_docs/methods/messages_uploadEncryptedFile.md +++ b/docs/API_docs/methods/messages_uploadEncryptedFile.md @@ -12,7 +12,7 @@ Upload a secret chat file without sending it to anyone | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes|Ignore this| +|peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes|The chat where to upload the media| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional|The file| diff --git a/old_docs/API_docs_v73/methods/messages_uploadEncryptedFile.md b/old_docs/API_docs_v73/methods/messages_uploadEncryptedFile.md index 33069609..61b884b1 100644 --- a/old_docs/API_docs_v73/methods/messages_uploadEncryptedFile.md +++ b/old_docs/API_docs_v73/methods/messages_uploadEncryptedFile.md @@ -12,7 +12,7 @@ Upload a secret chat file without sending it to anyone | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes|Ignore this| +|peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes|The chat where to upload the media| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional|The file| diff --git a/src/danog/MadelineProto/Lang.php b/src/danog/MadelineProto/Lang.php index 8eec0005..625bf41f 100644 --- a/src/danog/MadelineProto/Lang.php +++ b/src/danog/MadelineProto/Lang.php @@ -861,7 +861,7 @@ class Lang 'method_messages.sendMultiMedia_param_reply_to_msg_id_type_int' => 'Reply to message by ID', 'method_messages.sendMultiMedia_param_multi_media_type_Vector t' => 'The album', 'method_messages.uploadEncryptedFile' => 'Upload a secret chat file without sending it to anyone', - 'method_messages.uploadEncryptedFile_param_peer_type_InputEncryptedChat' => 'Ignore this', + 'method_messages.uploadEncryptedFile_param_peer_type_InputEncryptedChat' => 'The chat where to upload the media', 'method_messages.uploadEncryptedFile_param_file_type_InputEncryptedFile' => 'The file', 'method_updates.getState' => 'You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling updates', 'method_updates.getDifference' => 'You cannot use this method directly, see https://docs.madelineproto.xyz for more info on handling updates',