inputEncryptedFile
Sets forwarded encrypted file for attachment.
type tg.InputEncryptedFile struct { /* ... */ }
Implements InputEncryptedFile.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | File ID, value of id parameter from encryptedFile |
AccessHash | int64 | yes | Checking sum, value of access_hash parameter from encryptedFile |
References
- Official documentation
- Generated Go reference
- TL definition:
inputEncryptedFile#5a17b5e5