xxtelebot  1.4.1.0
A simple Telegram Bot implementation in C++
Public Member Functions | Public Attributes | List of all members
tgbot::methods::types::InputMediaAudio Struct Reference
Inheritance diagram for tgbot::methods::types::InputMediaAudio:
tgbot::methods::types::InputMedia

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 >
InputMediaoperator= (T &&customMarkup)
 

Public Attributes

::tgbot::types::Ptr< std::string > thumb
 
::tgbot::types::Ptr< std::string > performer
 
::tgbot::types::Ptr< std::string > title
 
int duration
 
- Public Attributes inherited from tgbot::methods::types::InputMedia
std::string type
 
std::string media
 
::tgbot::types::Ptr< std::string > caption
 
ParseMode parseMode
 
FileSource fileSource
 

The documentation for this struct was generated from the following file: