MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputSecureFile.md
2019-06-24 15:45:02 +02:00

719 B

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

Constructor: inputSecureFile

Back to constructors index

Secure file

Attributes:

Name Type Required Description
id long Yes ID
access_hash long Yes Access hash

Type: InputSecureFile

Example:

$inputSecureFile = ['_' => 'inputSecureFile', 'id' => long, 'access_hash' => long];

Or, if you're into Lua:

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