881 B
881 B
title | description | image |
---|---|---|
inputEncryptedFile | Encrypted file | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputEncryptedFile
Encrypted file
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
access_hash | long | Yes | Access hash |
Type: InputEncryptedFile
Example:
$inputEncryptedFile = ['_' => 'inputEncryptedFile', 'id' => long, 'access_hash' => long];
PWRTelegram json-encoded version:
{"_": "inputEncryptedFile", "id": long, "access_hash": long}
Or, if you're into Lua:
inputEncryptedFile={_='inputEncryptedFile', id=long, access_hash=long}