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
10
namespace
TgBot
{
11
16
class
InputMessageContent
{
17
public
:
18
typedef
std::shared_ptr<InputMessageContent>
Ptr
;
19
20
InputMessageContent
(
const
std::string &tType):
21
type
(tType)
22
{}
23
31
std::string
type
;
32
33
virtual
~InputMessageContent
() { }
34
};
35
}
36
37
#endif //TGBOT_INPUTMESSAGECONTENT_H
TgBot::InputMessageContent::~InputMessageContent
virtual ~InputMessageContent()
Definition:
InputMessageContent.h:33
TgBot::InputMessageContent::Ptr
std::shared_ptr< InputMessageContent > Ptr
Definition:
InputMessageContent.h:18
TgBot
Definition:
Api.h:44
TgBot::InputMessageContent::InputMessageContent
InputMessageContent(const std::string &tType)
Definition:
InputMessageContent.h:20
TgBot::InputMessageContent
Definition:
InputMessageContent.h:16
TgBot::InputMessageContent::type
std::string type
Definition:
InputMessageContent.h:31
include
tgbot
types
InputMessageContent.h
Generated on Mon Jan 2 2017 23:04:20 for tgbot-cpp by
1.8.13