xxtelebot  1.4.1.0
A simple Telegram Bot implementation in C++
Public Member Functions | Public Attributes | List of all members
tgbot::methods::types::InlineQueryResultVenue Struct Reference
Inheritance diagram for tgbot::methods::types::InlineQueryResultVenue:
tgbot::methods::types::InlineQueryResult

Public Member Functions

std::string toString () const override
 
- Public Member Functions inherited from tgbot::methods::types::InlineQueryResult
 InlineQueryResult (const char *customMarkup)
 
 InlineQueryResult (const std::string &customMarkup)
 
template<typename T >
InlineQueryResultoperator= (T &&customMarkup)
 

Public Attributes

std::string title
 
std::string address
 
::tgbot::types::Ptr< std::string > foursquareId
 
::tgbot::types::Ptr< std::string > foursquareType
 
::tgbot::types::Ptr< std::string > thumbUrl
 
::tgbot::types::Ptr< InputMessageContentinputMessageContent
 
::tgbot::types::Ptr< InlineKeyboardMarkupreplyMarkup
 
double latitude
 
double longitude
 
int thumbWidth
 
int thumbHeight
 
- Public Attributes inherited from tgbot::methods::types::InlineQueryResult
std::string type
 
std::string id
 

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