tgbot-cpp
Loading...
Searching...
No Matches
GiveawayCreated.h
Go to the documentation of this file.
1#ifndef TGBOT_GIVEAWAYCREATED_H
2#define TGBOT_GIVEAWAYCREATED_H
3
4#include <memory>
5
6namespace TgBot {
7
16
17public:
18 typedef std::shared_ptr<GiveawayCreated> Ptr;
19};
20}
21
22#endif //TGBOT_GIVEAWAYCREATED_H
This object represents a service message about the creation of a scheduled giveaway.
std::shared_ptr< GiveawayCreated > Ptr
Definition Api.h:40