telegram.PassportElementError

class telegram.PassportElementError(source, type, message, **_kwargs)

Bases: telegram.base.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.

  • **kwargs (dict) – Arbitrary keyword arguments.

source

Error source.

Type

str

type

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

Type

str

message

Error message.

Type

str