telegram.PassportElementError

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

Bases: telegram.base.TelegramObject

Baseclass for the PassportElementError* classes.

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
Parameters:
  • source (str) – Error source.
  • type (str) – The section of the user’s Telegram Passport which has the error.
  • **kwargs (dict) – Arbitrary keyword arguments.