API docufix

This commit is contained in:
Daniil Gentili 2018-03-23 19:04:39 +01:00
parent 56a4162f3a
commit 27d627279c
3 changed files with 3 additions and 3 deletions

View File

@ -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|

View File

@ -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|

View File

@ -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',