| tgbot-cpp
    | 
This abstract class is base of all message contents. More...
#include <InputMessageContent.h>
 
  
| Public Types | |
| typedef std::shared_ptr< InputMessageContent > | Ptr | 
| Public Member Functions | |
| InputMessageContent () | |
| virtual | ~InputMessageContent () | 
| Public Attributes | |
| std::string | type | 
| Type of the content. | |
This abstract class is base of all message contents.
This object represents the content of a message to be sent as a result of an inline query.
Definition at line 16 of file InputMessageContent.h.
| typedef std::shared_ptr<InputMessageContent> TgBot::InputMessageContent::Ptr | 
Definition at line 18 of file InputMessageContent.h.
| 
 | inline | 
Definition at line 20 of file InputMessageContent.h.
| 
 | inlinevirtual | 
Definition at line 22 of file InputMessageContent.h.
| std::string TgBot::InputMessageContent::type | 
Type of the content.
Definition at line 27 of file InputMessageContent.h.