Telebot  4.7.0
Library for Telegram bot API
Public Attributes | List of all members
telebot_venue Struct Reference

This object represents a venue. More...

#include <telebot-types.h>

Public Attributes

struct telebot_locationlocation
 
char * title
 
char * address
 
char * foursquare_id
 
char * foursquare_type
 

Detailed Description

This object represents a venue.

Member Data Documentation

◆ address

char* telebot_venue::address

Address of the venue

◆ foursquare_id

char* telebot_venue::foursquare_id

Optional. Foursquare identifier of the venue

◆ foursquare_type

char* telebot_venue::foursquare_type

Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)

◆ location

struct telebot_location* telebot_venue::location

Venue location

◆ title

char* telebot_venue::title

Name of the venue


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