Layer 220
constructor
inputSecureFileLocation#cbc7ee28 id:long access_hash:long = InputFileLocation;

Parameters

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

Gogram Example

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