|
tgbot-cpp
|
This object describes a gift received and owned by a user or a chat. Currently, it can be one of OwnedGiftRegular OwnedGiftUnique. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<OwnedGift> |
Public Attributes | |
| std::variant< std::shared_ptr< OwnedGiftRegular >, std::shared_ptr< OwnedGiftUnique > > | value |
This object describes a gift received and owned by a user or a chat. Currently, it can be one of OwnedGiftRegular OwnedGiftUnique.
| using TgBot::OwnedGift::Ptr = std::shared_ptr<OwnedGift> |
| std::variant<std::shared_ptr<OwnedGiftRegular>, std::shared_ptr<OwnedGiftUnique> > TgBot::OwnedGift::value |