#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1803492711 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains basic information about another user who started a chat with the current user.
Definition at line 284 of file td_api.h.
◆ accountInfo() [1/2]
| td::td_api::accountInfo::accountInfo |
( |
| ) |
|
Contains basic information about another user who started a chat with the current user.
◆ accountInfo() [2/2]
| td::td_api::accountInfo::accountInfo |
( |
int32 |
registration_month_, |
|
|
int32 |
registration_year_, |
|
|
string const & |
phone_number_country_code_, |
|
|
int32 |
last_name_change_date_, |
|
|
int32 |
last_photo_change_date_ |
|
) |
| |
Contains basic information about another user who started a chat with the current user.
- Parameters
-
| [in] | registration_month_ | Month when the user was registered in Telegram; 0-12; may be 0 if unknown. |
| [in] | registration_year_ | Year when the user was registered in Telegram; 0-9999; may be 0 if unknown. |
| [in] | phone_number_country_code_ | A two-letter ISO 3166-1 alpha-2 country code based on the phone number of the user; may be empty if unknown. |
| [in] | last_name_change_date_ | Point in time (Unix timestamp) when the user changed name last time; 0 if unknown. |
| [in] | last_photo_change_date_ | Point in time (Unix timestamp) when the user changed photo last time; 0 if unknown. |
◆ store()
| void td::td_api::accountInfo::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::accountInfo::ID = 1803492711 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 322 of file td_api.h.
◆ last_name_change_date_
| int32 td::td_api::accountInfo::last_name_change_date_ |
Point in time (Unix timestamp) when the user changed name last time; 0 if unknown.
Definition at line 301 of file td_api.h.
◆ last_photo_change_date_
| int32 td::td_api::accountInfo::last_photo_change_date_ |
Point in time (Unix timestamp) when the user changed photo last time; 0 if unknown.
Definition at line 303 of file td_api.h.
◆ phone_number_country_code_
| string td::td_api::accountInfo::phone_number_country_code_ |
A two-letter ISO 3166-1 alpha-2 country code based on the phone number of the user; may be empty if unknown.
Definition at line 299 of file td_api.h.
◆ registration_month_
| int32 td::td_api::accountInfo::registration_month_ |
Month when the user was registered in Telegram; 0-12; may be 0 if unknown.
Definition at line 295 of file td_api.h.
◆ registration_year_
| int32 td::td_api::accountInfo::registration_year_ |
Year when the user was registered in Telegram; 0-9999; may be 0 if unknown.
Definition at line 297 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h