tgbot-cpp
ChosenInlineResult.h
Go to the documentation of this file.
1
//
2
// Created by Andrea Giove on 27/03/16.
3
//
4
5
#ifndef TGBOT_CHOSENINLINERESULT_H
6
#define TGBOT_CHOSENINLINERESULT_H
7
8
#include <string>
9
#include <memory>
10
11
#include "
tgbot/types/User.h
"
12
#include "
tgbot/types/Location.h
"
13
14
namespace
TgBot
{
15
20
class
ChosenInlineResult
{
21
public
:
22
typedef
std::shared_ptr<ChosenInlineResult>
Ptr
;
23
27
std::string
resultId
;
28
32
User::Ptr
from
;
33
37
Location::Ptr
location
;
38
44
std::string
inlineMessageId
;
45
49
std::string
query
;
50
};
51
}
52
53
#endif //TGBOT_CHOSENINLINERESULT_H
TgBot::ChosenInlineResult
Definition:
ChosenInlineResult.h:20
TgBot::ChosenInlineResult::from
User::Ptr from
Definition:
ChosenInlineResult.h:32
TgBot::ChosenInlineResult::query
std::string query
Definition:
ChosenInlineResult.h:49
TgBot
Definition:
Api.h:44
TgBot::Location::Ptr
std::shared_ptr< Location > Ptr
Definition:
Location.h:37
TgBot::ChosenInlineResult::Ptr
std::shared_ptr< ChosenInlineResult > Ptr
Definition:
ChosenInlineResult.h:22
TgBot::ChosenInlineResult::inlineMessageId
std::string inlineMessageId
Definition:
ChosenInlineResult.h:44
TgBot::ChosenInlineResult::resultId
std::string resultId
Definition:
ChosenInlineResult.h:27
Location.h
TgBot::ChosenInlineResult::location
Location::Ptr location
Definition:
ChosenInlineResult.h:37
User.h
TgBot::User::Ptr
std::shared_ptr< User > Ptr
Definition:
User.h:38
include
tgbot
types
ChosenInlineResult.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13