MadelineProtoDocs/docs/API_docs/constructors/inputEncryptedFileBigUploaded.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
inputEncryptedFileBigUploaded Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload.saveBigFilePart. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputEncryptedFileBigUploaded

Back to constructors index

Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload.saveBigFilePart.

Attributes:

Name Type Required Description
id long Yes Random file id, created by the client
parts int Yes Number of saved parts
key_fingerprint int Yes 32-bit imprint of the key used to encrypt the file

Type: InputEncryptedFile

Example:

$inputEncryptedFileBigUploaded = ['_' => 'inputEncryptedFileBigUploaded', 'id' => long, 'parts' => int, 'key_fingerprint' => int];