PersonalDetails
Object Hierarchy:
Description:
public class PersonalDetails :
Error
Contains the user's personal details
Content:
Properties:
- public Date birthdate { get; set construct; }
Birthdate of the user
- public string country_code { get; set construct; }
A two-letter ISO 3166-1 alpha-2 country code of the user's country
- public string first_name { get; set construct; }
First name of the user written in English; 1-255 characters
- public string gender { get; set construct; }
Gender of the user, "male" or "female"
- public string last_name { get; set construct; }
Last name of the user written in English; 1-255 characters
- public string middle_name { get; set construct; }
Middle name of the user written in English; 0-255 characters
- public string native_first_name { get; set construct; }
Native first name of the user; 1-255 characters
- public string native_last_name { get; set construct; }
Native last name of the user; 1-255 characters
- public string native_middle_name { get; set construct; }
Native middle name of the user; 0-255 characters
- public string residence_country_code { get; set construct; }
A two-letter ISO 3166-1 alpha-2 country code of the user's residence
country
Creation methods:
- public PersonalDetails (string first_name, string middle_name, string last_name, string native_first_name, string native_middle_name, string native_last_name, Date birthdate, string gender, string country_code, string residence_country_code)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref