MadelineProtoDocs/docs/API_docs/constructors/inputEncryptedFile.md

749 B

title description image
inputEncryptedFile Encrypted file https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputEncryptedFile

Back to constructors index

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];

Or, if you're into Lua:

inputEncryptedFile={_='inputEncryptedFile', id=long, access_hash=long}