Layer 220
constructor
inputEncryptedFileLocation#f5235d55 id:long access_hash:long = InputFileLocation;

Parameters

Name Type Description
Id long File ID, id parameter value from encrypted File
AccessHash long Checksum, access_hash parameter value from encrypted File

Gogram Example

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