tgbot-cpp
Loading...
Searching...
No Matches
TgBot::InputMessageContent Class Reference

This abstract class is base of all message contents. More...

#include <InputMessageContent.h>

Inheritance diagram for TgBot::InputMessageContent:
TgBot::InputContactMessageContent TgBot::InputInvoiceMessageContent TgBot::InputLocationMessageContent TgBot::InputTextMessageContent TgBot::InputVenueMessageContent

Public Types

typedef std::shared_ptr< InputMessageContentPtr
 

Public Member Functions

 InputMessageContent ()
 
virtual ~InputMessageContent ()
 

Public Attributes

std::string type
 Type of the content.
 

Detailed Description

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.

Member Typedef Documentation

◆ Ptr

Definition at line 18 of file InputMessageContent.h.

Constructor & Destructor Documentation

◆ InputMessageContent()

TgBot::InputMessageContent::InputMessageContent ( )
inline

Definition at line 20 of file InputMessageContent.h.

◆ ~InputMessageContent()

virtual TgBot::InputMessageContent::~InputMessageContent ( )
inlinevirtual

Definition at line 22 of file InputMessageContent.h.

Member Data Documentation

◆ type

std::string TgBot::InputMessageContent::type

Type of the content.

Definition at line 27 of file InputMessageContent.h.


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