789 B
789 B
title | description | image |
---|---|---|
inputSecureFileLocation | Secure file location | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputSecureFileLocation
Secure file location
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
access_hash | long | Yes | Access hash |
Type: InputFileLocation
Example:
$inputSecureFileLocation = ['_' => 'inputSecureFileLocation', 'id' => long, 'access_hash' => long];
Or, if you're into Lua:
inputSecureFileLocation={_='inputSecureFileLocation', id=long, access_hash=long}