|
tgbot-cpp
|
This object describes the symbol shown on the pattern of a unique gift. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<UniqueGiftSymbol> |
Public Attributes | |
| std::string | name { } |
| Name of the symbol. | |
| std::shared_ptr< Sticker > | sticker { } |
| The sticker that represents the unique gift. | |
| std::int32_t | rarityPerMille { } |
| The number of unique gifts that receive this model for every 1000 gifts upgraded. | |
This object describes the symbol shown on the pattern of a unique gift.
| using TgBot::UniqueGiftSymbol::Ptr = std::shared_ptr<UniqueGiftSymbol> |
| std::string TgBot::UniqueGiftSymbol::name { } |
| std::int32_t TgBot::UniqueGiftSymbol::rarityPerMille { } |
| std::shared_ptr<Sticker> TgBot::UniqueGiftSymbol::sticker { } |