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