tgbot-cpp
Loading...
Searching...
No Matches
ChatBoostSourceGiftCode.h
Go to the documentation of this file.
1#ifndef TGBOT_CHATBOOSTSOURCEGIFTCODE_H
2#define TGBOT_CHATBOOSTSOURCEGIFTCODE_H
3
5
6#include <memory>
7
8namespace TgBot {
9
18
19public:
20 static const std::string SOURCE;
21
22 typedef std::shared_ptr<ChatBoostSourceGiftCode> Ptr;
23
27};
28}
29
30#endif //TGBOT_CHATBOOSTSOURCEGIFTCODE_H
std::shared_ptr< ChatBoostSourceGiftCode > Ptr
std::string source
Source of the boost.
Definition Api.h:40