xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
|
Public Member Functions | |
InputMedia (const char *_what) | |
InputMedia (const std::string &_what) | |
template<typename T > | |
InputMedia & | operator= (T &&customMarkup) |
virtual std::string | toString () const |
Public Attributes | |
std::string | type |
std::string | media |
::tgbot::types::Ptr< std::string > | caption |
ParseMode | parseMode |
FileSource | fileSource |