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::InputMedia | |
InputMedia (const char *_what) | |
InputMedia (const std::string &_what) | |
template<typename T > | |
InputMedia & | operator= (T &&customMarkup) |
Public Attributes | |
::tgbot::types::Ptr< std::string > | thumb |
int | width |
int | height |
int | duration |
bool | supportsStreaming: 1 |
Public Attributes inherited from tgbot::methods::types::InputMedia | |
std::string | type |
std::string | media |
::tgbot::types::Ptr< std::string > | caption |
ParseMode | parseMode |
FileSource | fileSource |