tgbot-cpp
Loading...
Searching...
No Matches
CallbackGame.h
Go to the documentation of this file.
1#ifndef TGBOT_CALLBACKGAME_H
2#define TGBOT_CALLBACKGAME_H
3
4#include <memory>
5
6namespace TgBot {
7
15public:
16 typedef std::shared_ptr<CallbackGame> Ptr;
17};
18}
19
20#endif //TGBOT_CALLBACKGAME_H
A placeholder, currently holds no information. Use BotFather to set up your game.
std::shared_ptr< CallbackGame > Ptr
Definition Api.h:39