tgbot-cpp
Loading...
Searching...
No Matches
InputMessageContent.h
Go to the documentation of this file.
1
#ifndef TGBOT_INPUTMESSAGECONTENT_H
2
#define TGBOT_INPUTMESSAGECONTENT_H
3
4
#include <memory>
5
#include <string>
6
7
namespace
TgBot
{
8
16
class
InputMessageContent
{
17
public
:
18
typedef
std::shared_ptr<InputMessageContent>
Ptr
;
19
20
InputMessageContent
() {}
21
22
virtual
~InputMessageContent
() {}
23
27
std::string
type
;
28
};
29
}
30
31
#endif
//TGBOT_INPUTMESSAGECONTENT_H
TgBot::InputMessageContent
This abstract class is base of all message contents.
Definition
InputMessageContent.h:16
TgBot::InputMessageContent::~InputMessageContent
virtual ~InputMessageContent()
Definition
InputMessageContent.h:22
TgBot::InputMessageContent::Ptr
std::shared_ptr< InputMessageContent > Ptr
Definition
InputMessageContent.h:18
TgBot::InputMessageContent::type
std::string type
Type of the content.
Definition
InputMessageContent.h:27
TgBot::InputMessageContent::InputMessageContent
InputMessageContent()
Definition
InputMessageContent.h:20
TgBot
Definition
Api.h:40
include
tgbot
types
InputMessageContent.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0