tgbot-cpp
Loading...
Searching...
No Matches
TgBot::UniqueGiftSymbol Struct Reference

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< Stickersticker { }
 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.

Detailed Description

This object describes the symbol shown on the pattern of a unique gift.

Definition at line 14584 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 14585 of file Types.h.

Member Data Documentation

◆ name

std::string TgBot::UniqueGiftSymbol::name { }

Name of the symbol.

Definition at line 14590 of file Types.h.

◆ rarityPerMille

std::int32_t TgBot::UniqueGiftSymbol::rarityPerMille { }

The number of unique gifts that receive this model for every 1000 gifts upgraded.

Definition at line 14600 of file Types.h.

◆ sticker

std::shared_ptr<Sticker> TgBot::UniqueGiftSymbol::sticker { }

The sticker that represents the unique gift.

Definition at line 14595 of file Types.h.


The documentation for this struct was generated from the following file: