xxtelebot  1.4.1.0
A simple Telegram Bot implementation in C++
Public Member Functions | Public Attributes | List of all members
tgbot::methods::types::InlineQueryResultGif Struct Reference
Inheritance diagram for tgbot::methods::types::InlineQueryResultGif:
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 gifUrl
 
std::string thumbUrl
 
::tgbot::types::Ptr< std::string > title
 
::tgbot::types::Ptr< std::string > caption
 
::tgbot::types::Ptr< InlineKeyboardMarkupreplyMarkup
 
::tgbot::types::Ptr< InputMessageContentinputMessageContent
 
int gifWidth
 
int gifHeight
 
int gifDuration
 
- 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: