|
xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
|
Public Member Functions | |
| InlineQueryResult (const char *customMarkup) | |
| InlineQueryResult (const std::string &customMarkup) | |
| virtual std::string | toString () const |
| template<typename T > | |
| InlineQueryResult & | operator= (T &&customMarkup) |
Public Attributes | |
| std::string | type |
| std::string | id |
1.8.11