SecureValueError

class pyrogram.raw.base.SecureValueError

Secure value error

Constructors:

This base type has 9 constructors available.

SecureValueError

Secure value error

SecureValueErrorData

Represents an issue in one of the data fields that was provided by the user.

SecureValueErrorFile

Represents an issue with a document scan.

SecureValueErrorFiles

Represents an issue with a list of scans.

SecureValueErrorFrontSide

Represents an issue with the front side of a document.

SecureValueErrorReverseSide

Represents an issue with the reverse side of a document.

SecureValueErrorSelfie

Represents an issue with the selfie with a document.

SecureValueErrorTranslationFile

Represents an issue with one of the files that constitute the translation of a document.

SecureValueErrorTranslationFiles

Represents an issue with the translated version of a document.

TL Schema

secureValueError#869d758f
type:SecureValueType
hash:bytes
text:string

= SecureValueError

Parameter Tree

SecureValueError
├── typeSecureValueType
│ ├── SecureValueTypePhone
│ └── SecureValueTypeEmail
├── hashbytes
└── textstring

Example

SecureValueError(
    type=SecureValueTypePersonalDetails(),
    hash=b"data",
    text="Open",
)