Inherits Object.
|
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.
|
|
◆ venue() [1/2]
◆ 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 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 TlObject.
The documentation for this class was generated from the following file: