tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::locationAddress Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::locationAddress:
td::td_api::Object td::TlObject

Public Member Functions

 locationAddress ()
 
 locationAddress (string const &country_code_, string const &state_, string const &city_, string const &street_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

string country_code_
 A two-letter ISO 3166-1 alpha-2 country code.
 
string state_
 State, if applicable; empty if unknown.
 
string city_
 City; empty if unknown.
 
string street_
 The address; empty if unknown.
 

Static Public Attributes

static const std::int32_t ID = -1545940190
 Identifier uniquely determining a type of the object.
 

Detailed Description

Describes an address of a location.

Definition at line 37912 of file td_api.h.

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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: