tgbot-cpp
InlineQueryResultGame.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 27/12/16
3
//
4
5
#ifndef TGBOT_INLINEQUERYRESULTGAME_H
6
#define TGBOT_INLINEQUERYRESULTGAME_H
7
8
#include <string>
9
#include <memory>
10
11
#include "
tgbot/types/InlineQueryResult.h
"
12
13
namespace
TgBot
{
14
19
class
InlineQueryResultGame
:
public
InlineQueryResult
{
20
public
:
21
static
const
std::string
TYPE
;
22
23
typedef
std::shared_ptr<InlineQueryResultGame>
Ptr
;
24
25
InlineQueryResultGame
() {
26
this->
type
=
TYPE
;
27
}
28
32
std::string
gameShortName
;
33
};
34
}
35
36
#endif //TGBOT_INLINEQUERYRESULTGAME_H
TgBot::InlineQueryResultGame
Definition:
InlineQueryResultGame.h:19
TgBot::InlineQueryResultGame::InlineQueryResultGame
InlineQueryResultGame()
Definition:
InlineQueryResultGame.h:25
TgBot::InlineQueryResult::type
std::string type
Definition:
InlineQueryResult.h:33
TgBot
Definition:
Api.h:44
InlineQueryResult.h
TgBot::InlineQueryResultGame::TYPE
static const std::string TYPE
Definition:
InlineQueryResultGame.h:21
TgBot::InlineQueryResultGame::Ptr
std::shared_ptr< InlineQueryResultGame > Ptr
Definition:
InlineQueryResultGame.h:23
TgBot::InlineQueryResult
Definition:
InlineQueryResult.h:20
TgBot::InlineQueryResultGame::gameShortName
std::string gameShortName
Definition:
InlineQueryResultGame.h:32
include
tgbot
types
InlineQueryResultGame.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13