SecureValue#
- class pyrogram.raw.types.SecureValue[source]#
Telegram API type.
Constructor of
SecureValue.- Details:
Layer:
224ID:
187FA0CA
- Parameters:
type (
SecureValueType) – N/Ahash (
bytes) – N/Adata (
SecureData, optional) – N/Afront_side (
SecureFile, optional) – N/Areverse_side (
SecureFile, optional) – N/Aselfie (
SecureFile, optional) – N/Atranslation (List of
SecureFile, optional) – N/Afiles (List of
SecureFile, optional) – N/Aplain_data (
SecurePlainData, optional) – N/A
- Functions:
This object can be returned by 3 functions.
Get all saved Telegram Passport documents, for more info see the passport docs
Get saved Telegram Passport document, for more info see the passport docs
Securely save Telegram Passport document, for more info see the passport docs