tgbot-cpp
InlineKeyboardMarkup.h
Go to the documentation of this file.
1
//
2
// Created by Andrea Giove on 17/04/16.
3
//
4
5
#ifndef TGBOT_INLINEKEYBOARDMARKUP_H
6
#define TGBOT_INLINEKEYBOARDMARKUP_H
7
8
#include <vector>
9
#include <memory>
10
11
#include "
tgbot/types/GenericReply.h
"
12
#include "
tgbot/types/InlineKeyboardButton.h
"
13
14
namespace
TgBot
{
15
20
class
InlineKeyboardMarkup
:
public
GenericReply
{
21
public
:
22
typedef
std::shared_ptr<InlineKeyboardMarkup>
Ptr
;
23
27
std::vector<std::vector<InlineKeyboardButton::Ptr>>
inlineKeyboard
;
28
29
};
30
}
31
32
#endif //TGBOT_INLINEKEYBOARDMARKUP_H
TgBot
Definition:
Api.h:44
GenericReply.h
TgBot::InlineKeyboardMarkup::Ptr
std::shared_ptr< InlineKeyboardMarkup > Ptr
Definition:
InlineKeyboardMarkup.h:22
TgBot::GenericReply
Definition:
GenericReply.h:34
TgBot::InlineKeyboardMarkup::inlineKeyboard
std::vector< std::vector< InlineKeyboardButton::Ptr > > inlineKeyboard
Definition:
InlineKeyboardMarkup.h:27
InlineKeyboardButton.h
TgBot::InlineKeyboardMarkup
Definition:
InlineKeyboardMarkup.h:20
include
tgbot
types
InlineKeyboardMarkup.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13