Layer 220
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

Gogram Example

// Creating InputEncryptedFileBigUploaded constructor
obj := &tg.InputEncryptedFileBigUploaded{
    Id: int64(0),
    Parts: 0,
    KeyFingerprint: 0,
}