|
xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
|
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 > | |
| InlineQueryResult & | operator= (T &&customMarkup) |
Public Attributes | |
| std::string | audioFileId |
| ::tgbot::types::Ptr< std::string > | caption |
| ::tgbot::types::Ptr< InputMessageContent > | inputMessageContent |
| ::tgbot::types::Ptr< InlineKeyboardMarkup > | replyMarkup |
Public Attributes inherited from tgbot::methods::types::InlineQueryResult | |
| std::string | type |
| std::string | id |
1.8.11