inputSecureFileLocation
Location of encrypted telegram passport file.
type tg.InputSecureFileLocation struct { /* ... */ }
Implements InputFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | File ID, id parameter value from secureFile |
AccessHash | int64 | yes | Checksum, access_hash parameter value from secureFile |
References
- Official documentation
- Generated Go reference
- TL definition:
inputSecureFileLocation#cbc7ee28