#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -2043654342 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an address.
Definition at line 671 of file td_api.h.
◆ address() [1/2]
| td::td_api::address::address |
( |
| ) |
|
◆ address() [2/2]
| td::td_api::address::address |
( |
string const & |
country_code_, |
|
|
string const & |
state_, |
|
|
string const & |
city_, |
|
|
string const & |
street_line1_, |
|
|
string const & |
street_line2_, |
|
|
string const & |
postal_code_ |
|
) |
| |
Describes an address.
- Parameters
-
| [in] | country_code_ | A two-letter ISO 3166-1 alpha-2 country code. |
| [in] | state_ | State, if applicable. |
| [in] | city_ | City. |
| [in] | street_line1_ | First line of the address. |
| [in] | street_line2_ | Second line of the address. |
| [in] | postal_code_ | Address postal code. |
◆ store()
| void td::td_api::address::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.
◆ city_
| string td::td_api::address::city_ |
◆ country_code_
| string td::td_api::address::country_code_ |
A two-letter ISO 3166-1 alpha-2 country code.
Definition at line 682 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::address::ID = -2043654342 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 712 of file td_api.h.
◆ postal_code_
| string td::td_api::address::postal_code_ |
Address postal code.
Definition at line 692 of file td_api.h.
◆ state_
| string td::td_api::address::state_ |
State, if applicable.
Definition at line 684 of file td_api.h.
◆ street_line1_
| string td::td_api::address::street_line1_ |
First line of the address.
Definition at line 688 of file td_api.h.
◆ street_line2_
| string td::td_api::address::street_line2_ |
Second line of the address.
Definition at line 690 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