PassportElementErrorFile¶
- class telegram.PassportElementErrorFile(type, file_hash, message, *, api_kwargs=None)[source]¶
Bases:
telegram.PassportElementError
Represents an issue with a document scan. The error is considered resolved when the file with the document scan 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: