PassportElementErrorUnspecified¶
- class telegram.PassportElementErrorUnspecified(type, element_hash, message, *, api_kwargs=None)[source]¶
Bases:
telegram.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: