#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1545940190 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an address of a location.
Definition at line 37912 of file td_api.h.
◆ locationAddress() [1/2]
| td::td_api::locationAddress::locationAddress |
( |
| ) |
|
Describes an address of a location.
◆ locationAddress() [2/2]
| td::td_api::locationAddress::locationAddress |
( |
string const & |
country_code_, |
|
|
string const & |
state_, |
|
|
string const & |
city_, |
|
|
string const & |
street_ |
|
) |
| |
Describes an address of a location.
- Parameters
-
| [in] | country_code_ | A two-letter ISO 3166-1 alpha-2 country code. |
| [in] | state_ | State, if applicable; empty if unknown. |
| [in] | city_ | City; empty if unknown. |
| [in] | street_ | The address; empty if unknown. |
◆ store()
| void td::td_api::locationAddress::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::locationAddress::city_ |
City; empty if unknown.
Definition at line 37927 of file td_api.h.
◆ country_code_
| string td::td_api::locationAddress::country_code_ |
A two-letter ISO 3166-1 alpha-2 country code.
Definition at line 37923 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::locationAddress::ID = -1545940190 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 37947 of file td_api.h.
◆ state_
| string td::td_api::locationAddress::state_ |
State, if applicable; empty if unknown.
Definition at line 37925 of file td_api.h.
◆ street_
| string td::td_api::locationAddress::street_ |
The address; empty if unknown.
Definition at line 37929 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