tgbot-cpp
Loading...
Searching...
No Matches
ChatBoostSourcePremium.h
Go to the documentation of this file.
1#ifndef TGBOT_CHATBOOSTSOURCEPREMIUM_H
2#define TGBOT_CHATBOOSTSOURCEPREMIUM_H
3
5
6#include <memory>
7
8namespace TgBot {
9
16
17public:
18 static const std::string SOURCE;
19
20 typedef std::shared_ptr<ChatBoostSourcePremium> Ptr;
21
23 this->source = SOURCE;
24 }
25};
26}
27
28#endif //TGBOT_CHATBOOSTSOURCEPREMIUM_H
This object describes the source of a chat boost.
std::string source
Source of the boost.
The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscripti...
std::shared_ptr< ChatBoostSourcePremium > Ptr
Definition Api.h:40