mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
962 B
962 B
title | description | nav_exclude | image |
---|---|---|---|
inputEncryptedFileLocation | Location of encrypted secret chat file. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputEncryptedFileLocation
Location of encrypted secret chat file.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | File ID, id parameter value from encryptedFile |
access_hash | long | Yes | Checksum, access_hash parameter value from encryptedFile |
Type: InputFileLocation
Example:
$inputEncryptedFileLocation = ['_' => 'inputEncryptedFileLocation', 'id' => long, 'access_hash' => long];