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
The boost was obtained by the creation of Telegram Premium gift codes to boost a chat.
std::shared_ptr< ChatBoostSourceGiftCode > Ptr
This object describes the source of a chat boost.
std::string source
Source of the boost.
Definition Api.h:40