PassportElementError

class telegram.PassportElementError(source, type, message, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

Baseclass for the PassportElementError* classes.

This object represents an error in the Telegram Passport element which was submitted that should be resolved by the user.

Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their source and type are equal.

Parameters:
  • source (str) – Error source.

  • type (str) – The section of the user’s Telegram Passport which has the error.

  • message (str) – Error message.

source[source]

Error source.

Type:

str

type[source]

The section of the user’s Telegram Passport which has the error.

Type:

str

message[source]

Error message.

Type:

str