SecureValueErrorData¶
-
class
pyrogram.api.types.
SecureValueErrorData
(type, data_hash: bytes, field: str, text: str)¶ -
ID
¶ 0xe8a40bd9
Parameters: - type – Either
SecureValueTypePersonalDetails
,SecureValueTypePassport
,SecureValueTypeDriverLicense
,SecureValueTypeIdentityCard
,SecureValueTypeInternalPassport
,SecureValueTypeAddress
,SecureValueTypeUtilityBill
,SecureValueTypeBankStatement
,SecureValueTypeRentalAgreement
,SecureValueTypePassportRegistration
,SecureValueTypeTemporaryRegistration
,SecureValueTypePhone
orSecureValueTypeEmail
- data_hash –
bytes
- field –
str
- text –
str
-