tgbot-cpp
InlineQueryResult.h
Go to the documentation of this file.
1
//
2
// Created by Andrea Giove on 26/03/16.
3
//
4
5
#ifndef TGBOT_INLINEQUERYRESULT_H
6
#define TGBOT_INLINEQUERYRESULT_H
7
8
#include <memory>
9
#include <string>
10
11
#include "
tgbot/types/InlineKeyboardMarkup.h
"
12
#include "
tgbot/types/InputMessageContent.h
"
13
14
namespace
TgBot
{
15
20
class
InlineQueryResult
{
21
public
:
22
typedef
std::shared_ptr<InlineQueryResult>
Ptr
;
23
24
InlineQueryResult
() {
25
26
}
27
28
virtual
~InlineQueryResult
() { }
29
33
std::string
type
;
34
38
std::string
id
;
39
43
std::string
title
;
44
48
std::string
caption
;
49
53
InlineKeyboardMarkup::Ptr
replyMarkup
;
54
58
InputMessageContent::Ptr
inputMessageContent
;
59
};
60
}
61
62
#endif //TGBOT_INLINEQUERYRESULT_H
TgBot::InlineQueryResult::replyMarkup
InlineKeyboardMarkup::Ptr replyMarkup
Definition:
InlineQueryResult.h:53
TgBot::InlineQueryResult::caption
std::string caption
Definition:
InlineQueryResult.h:48
TgBot::InputMessageContent::Ptr
std::shared_ptr< InputMessageContent > Ptr
Definition:
InputMessageContent.h:18
TgBot::InlineQueryResult::~InlineQueryResult
virtual ~InlineQueryResult()
Definition:
InlineQueryResult.h:28
InlineKeyboardMarkup.h
TgBot::InlineQueryResult::type
std::string type
Definition:
InlineQueryResult.h:33
TgBot::InlineQueryResult::inputMessageContent
InputMessageContent::Ptr inputMessageContent
Definition:
InlineQueryResult.h:58
TgBot
Definition:
Api.h:44
TgBot::InlineKeyboardMarkup::Ptr
std::shared_ptr< InlineKeyboardMarkup > Ptr
Definition:
InlineKeyboardMarkup.h:22
TgBot::InlineQueryResult::id
std::string id
Definition:
InlineQueryResult.h:38
TgBot::InlineQueryResult::Ptr
std::shared_ptr< InlineQueryResult > Ptr
Definition:
InlineQueryResult.h:22
TgBot::InlineQueryResult::InlineQueryResult
InlineQueryResult()
Definition:
InlineQueryResult.h:24
TgBot::InlineQueryResult
Definition:
InlineQueryResult.h:20
InputMessageContent.h
TgBot::InlineQueryResult::title
std::string title
Definition:
InlineQueryResult.h:43
include
tgbot
types
InlineQueryResult.h
Generated on Sun Jan 15 2017 02:46:16 for tgbot-cpp by
1.8.13