tgbot-cpp
InputMessageContent.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_INPUTMESSAGECONTENT_H
6
#define TGBOT_INPUTMESSAGECONTENT_H
7
8
#include <memory>
9
#include <string>
10
11
namespace
TgBot
{
12
17
class
InputMessageContent
{
18
public
:
19
typedef
std::shared_ptr<InputMessageContent>
Ptr
;
20
21
InputMessageContent
(
const
std::string &tType):
22
type
(tType)
23
{}
24
32
std::string
type
;
33
34
virtual
~InputMessageContent
() { }
35
};
36
}
37
38
#endif //TGBOT_INPUTMESSAGECONTENT_H
TgBot::InputMessageContent::~InputMessageContent
virtual ~InputMessageContent()
Definition:
InputMessageContent.h:34
TgBot::InputMessageContent::Ptr
std::shared_ptr< InputMessageContent > Ptr
Definition:
InputMessageContent.h:19
TgBot
Definition:
Api.h:46
TgBot::InputMessageContent::InputMessageContent
InputMessageContent(const std::string &tType)
Definition:
InputMessageContent.h:21
TgBot::InputMessageContent
Definition:
InputMessageContent.h:17
TgBot::InputMessageContent::type
std::string type
Definition:
InputMessageContent.h:32
include
tgbot
types
InputMessageContent.h
Generated on Sun May 27 2018 22:44:47 for tgbot-cpp by
1.8.13