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::venue Class Referencefinal

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

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

Public Member Functions

 venue ()
 
 venue (object_ptr< location > &&location_, string const &title_, string const &address_, string const &provider_, string const &id_, string const &type_)
 
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

object_ptr< locationlocation_
 Venue location; as defined by the sender.
 
string title_
 Venue name; as defined by the sender.
 
string address_
 Venue address; as defined by the sender.
 
string provider_
 Provider of the venue database; as defined by the sender. Currently, only "foursquare" and "gplaces" (Google Places) need to be supported.
 
string id_
 Identifier of the venue in the provider database; as defined by the sender.
 
string type_
 Type of the venue in the provider database; as defined by the sender.
 

Static Public Attributes

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

Detailed Description

Describes a venue.

Definition at line 86649 of file td_api.h.

Constructor & Destructor Documentation

◆ venue() [1/2]

td::td_api::venue::venue ( )

Describes a venue.

◆ venue() [2/2]

td::td_api::venue::venue ( object_ptr< location > &&  location_,
string const &  title_,
string const &  address_,
string const &  provider_,
string const &  id_,
string const &  type_ 
)

Describes a venue.

Parameters
[in]location_Venue location; as defined by the sender.
[in]title_Venue name; as defined by the sender.
[in]address_Venue address; as defined by the sender.
[in]provider_Provider of the venue database; as defined by the sender. Currently, only "foursquare" and "gplaces" (Google Places) need to be supported.
[in]id_Identifier of the venue in the provider database; as defined by the sender.
[in]type_Type of the venue in the provider database; as defined by the sender.

Member Function Documentation

◆ store()

void td::td_api::venue::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

◆ address_

string td::td_api::venue::address_

Venue address; as defined by the sender.

Definition at line 86664 of file td_api.h.

◆ ID

const std::int32_t td::td_api::venue::ID = 1070406393
static

Identifier uniquely determining a type of the object.

Definition at line 86690 of file td_api.h.

◆ id_

string td::td_api::venue::id_

Identifier of the venue in the provider database; as defined by the sender.

Definition at line 86668 of file td_api.h.

◆ location_

object_ptr<location> td::td_api::venue::location_

Venue location; as defined by the sender.

Definition at line 86660 of file td_api.h.

◆ provider_

string td::td_api::venue::provider_

Provider of the venue database; as defined by the sender. Currently, only "foursquare" and "gplaces" (Google Places) need to be supported.

Definition at line 86666 of file td_api.h.

◆ title_

string td::td_api::venue::title_

Venue name; as defined by the sender.

Definition at line 86662 of file td_api.h.

◆ type_

string td::td_api::venue::type_

Type of the venue in the provider database; as defined by the sender.

Definition at line 86670 of file td_api.h.


The documentation for this class was generated from the following file: