tgbot-cpp
ReplyKeyboardRemove.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_CPP_REPLYKEYBOARDREMOVE_H
6
#define TGBOT_CPP_REPLYKEYBOARDREMOVE_H
7
8
#include <memory>
9
10
#include "
tgbot/types/GenericReply.h
"
11
12
namespace
TgBot
{
13
20
class
ReplyKeyboardRemove
:
public
GenericReply
{
21
22
public
:
23
typedef
std::shared_ptr<ReplyKeyboardRemove>
Ptr
;
24
29
const
bool
removeKeyboard
=
true
;
30
35
bool
selective
=
false
;
36
};
37
38
}
39
40
#endif //TGBOT_CPP_REPLYKEYBOARDREMOVE_H
TgBot
Definition:
Api.h:44
GenericReply.h
TgBot::GenericReply
Definition:
GenericReply.h:34
TgBot::ReplyKeyboardRemove
Definition:
ReplyKeyboardRemove.h:20
TgBot::ReplyKeyboardRemove::Ptr
std::shared_ptr< ReplyKeyboardRemove > Ptr
Definition:
ReplyKeyboardRemove.h:23
TgBot::ReplyKeyboardRemove::removeKeyboard
const bool removeKeyboard
Definition:
ReplyKeyboardRemove.h:29
TgBot::ReplyKeyboardRemove::selective
bool selective
Definition:
ReplyKeyboardRemove.h:35
include
tgbot
types
ReplyKeyboardRemove.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13