Link Search Menu Expand Document

Constructor: inputSecureFile

Back to constructors index

Pre-uploaded passport file, for more info see the passport docs »

Attributes:

NameTypeRequiredDescription
idlongYesSecure file ID
access_hashlongYesSecure file access hash

Type: InputSecureFile

Example:

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