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