Link Search Menu Expand Document

Constructor: inputEncryptedFile

Back to constructors index

Sets forwarded encrypted file for attachment.

Attributes:

NameTypeRequiredDescription
idlongYesFile ID, value of id parameter from encryptedFile
access_hashlongYesChecking sum, value of access_hash parameter from encryptedFile

Type: InputEncryptedFile

Example:

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