#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| object_ptr< location > | location_ |
| | 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 const std::int32_t | ID = 1070406393 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a venue.
Definition at line 86649 of file td_api.h.
◆ venue() [1/2]
| td::td_api::venue::venue |
( |
| ) |
|
◆ venue() [2/2]
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. |
◆ 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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ 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_
Identifier of the venue in the provider database; as defined by the sender.
Definition at line 86668 of file td_api.h.
◆ 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:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h