PassportElementErrorReverseSide¶
- class telegram.PassportElementErrorReverseSide(type, file_hash, message, *, api_kwargs=None)[source]¶
Bases:
telegram.PassportElementError
Represents an issue with the reverse side of a document. The error is considered resolved when the file with the reverse side of the document changes.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
source
,type
,file_hash
, andmessage
are equal.- Parameters: