Layer 220
InputEncryptedFile
Sets forwarded encrypted file for attachment.
constructor
inputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | File ID, value of id parameter from encrypted File |
| AccessHash | long | Checking sum, value of access_hash parameter from encrypted File |
Returns
InputEncryptedFileGogram Example
// Creating InputEncryptedFile constructor obj := &tg.InputEncryptedFile{ Id: int64(0), AccessHash: int64(0), }