PersonalDetails¶
- class telegram.PersonalDetails(first_name, last_name, birth_date, gender, country_code, residence_country_code, first_name_native=None, last_name_native=None, middle_name=None, middle_name_native=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object represents personal details.
Available In
- Parameters:
first_name (
str
) – First Name.middle_name (
str
) – Optional. First Name.birth_date (
str
) – Date of birth in DD.MM.YYYY format.country_code (
str
) – Citizenship (ISO 3166-1 alpha-2 country code).residence_country_code (
str
) – Country of residence (ISO 3166-1 alpha-2 country code).first_name_native (
str
) – First Name in the language of the user’s country of residence.middle_name_native (
str
) – Optional. Middle Name in the language of the user’s country of residence.last_name_native (
str
) – Last Name in the language of the user’s country of residence.