Layer 220
constructor
inputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;

Parameters

Name Type Description
Id long File ID, value of id parameter from encrypted File
AccessHash long Checking sum, value of access_hash parameter from encrypted File

Gogram Example

// Creating InputEncryptedFile constructor
obj := &tg.InputEncryptedFile{
    Id: int64(0),
    AccessHash: int64(0),
}