telegram.PassportElementErrorUnspecified
- class telegram.PassportElementErrorUnspecified(type, element_hash, message, **_kwargs)
Bases:
PassportElementError
Represents an issue in an unspecified place. The error is considered resolved when new data is added.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
source
,type
,element_hash
, andmessage
are equal.- Parameters
type (
str
) – Type of element of the user’s Telegram Passport which has the issue.element_hash (
str
) – Base64-encoded element hash.message (
str
) – Error message.**kwargs (
dict
) – Arbitrary keyword arguments.
- type
Type of element of the user’s Telegram Passport which has the issue.
- Type
str
- element_hash
Base64-encoded element hash.
- Type
str
- message
Error message.
- Type
str