Link Search Menu Expand Document

Constructor: inputEncryptedFileLocation

Back to constructors index

Location of encrypted secret chat file.

Attributes:

NameTypeRequiredDescription
idlongYesFile ID, id parameter value from encryptedFile
access_hashlongYesChecksum, access_hash parameter value from encryptedFile

Type: InputFileLocation

Example:

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