mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
921 B
921 B
title | description | nav_exclude | image |
---|---|---|---|
inputSecureFile | Pre-uploaded passport file, for more info see the passport docs » | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputSecureFile
Pre-uploaded passport file, for more info see the passport docs »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Secure file ID |
access_hash | long | Yes | Secure file access hash |
Type: InputSecureFile
Example:
$inputSecureFile = ['_' => 'inputSecureFile', 'id' => long, 'access_hash' => long];