Layer 220
InputEncryptedFileBigUploaded
Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload. save Big File Part.
constructor
inputEncryptedFileBigUploaded#2dc173c8 id:long parts:int key_fingerprint:int = InputEncryptedFile;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Random file id, created by the client |
| Parts | int | Number of saved parts |
| KeyFingerprint | int | 32-bit imprint of the key used to encrypt the file |
Returns
InputEncryptedFileGogram Example
// Creating InputEncryptedFileBigUploaded constructor obj := &tg.InputEncryptedFileBigUploaded{ Id: int64(0), Parts: 0, KeyFingerprint: 0, }