Layer 220
InputSecureFileLocation
Location of encrypted telegram passport file.
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 |
Returns
InputFileLocationGogram Example
// Creating InputSecureFileLocation constructor obj := &tg.InputSecureFileLocation{ Id: int64(0), AccessHash: int64(0), }