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