Telebot
4.7.0
Library for Telegram bot API
|
This object represents a venue. More...
#include <telebot-types.h>
Public Attributes | |
struct telebot_location * | location |
char * | title |
char * | address |
char * | foursquare_id |
char * | foursquare_type |
This object represents a venue.
char* telebot_venue::address |
Address of the venue
char* telebot_venue::foursquare_id |
Optional. Foursquare identifier of the venue
char* telebot_venue::foursquare_type |
Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)
struct telebot_location* telebot_venue::location |
Venue location
char* telebot_venue::title |
Name of the venue