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, and message are 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.

type[source]

Type of element of the user’s Telegram Passport which has the issue.

Type:

str

element_hash[source]

Base64-encoded element hash.

Type:

str

message[source]

Error message.

Type:

str