Constructor: inputSecureValue
Secure value, for more info see the passport docs »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | SecureValueType | Yes | Secure passport value type |
data | SecureData | Optional | Encrypted Telegram Passport element data |
front_side | InputSecureFile | Optional | Encrypted passport file with the front side of the document |
reverse_side | InputSecureFile | Optional | Encrypted passport file with the reverse side of the document |
selfie | InputSecureFile | Optional | Encrypted passport file with a selfie of the user holding the document |
translation | Array of InputSecureFile | Optional | Array of encrypted passport files with translated versions of the provided documents |
files | Array of InputSecureFile | Optional | Array of encrypted passport files with photos the of the documents |
plain_data | SecurePlainData | Optional | Plaintext verified passport data |
Type: InputSecureValue
Example:
$inputSecureValue = ['_' => 'inputSecureValue', 'type' => SecureValueType, 'data' => SecureData, 'front_side' => InputSecureFile, 'reverse_side' => InputSecureFile, 'selfie' => InputSecureFile, 'translation' => [InputSecureFile, InputSecureFile], 'files' => [InputSecureFile, InputSecureFile], 'plain_data' => SecurePlainData];