Layer 220
InputSecureFile
Pre-uploaded passport file, for more info see the passport docs
constructor
inputSecureFile#5367e5be id:long access_hash:long = InputSecureFile;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Secure file ID |
| AccessHash | long | Secure file access hash |
Returns
InputSecureFileGogram Example
// Creating InputSecureFile constructor obj := &tg.InputSecureFile{ Id: int64(0), AccessHash: int64(0), }