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

This object describes the backdrop of a unique gift. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<UniqueGiftBackdrop>

Public Attributes

std::string name { }
 Name of the backdrop.
std::shared_ptr< UniqueGiftBackdropColorscolors { }
 Colors of the backdrop.
std::int32_t rarityPerMille { }
 The number of unique gifts that receive this backdrop for every 1000 gifts upgraded.

Detailed Description

This object describes the backdrop of a unique gift.

Definition at line 14398 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 14399 of file Types.h.

Member Data Documentation

◆ colors

std::shared_ptr<UniqueGiftBackdropColors> TgBot::UniqueGiftBackdrop::colors { }

Colors of the backdrop.

Definition at line 14409 of file Types.h.

◆ name

std::string TgBot::UniqueGiftBackdrop::name { }

Name of the backdrop.

Definition at line 14404 of file Types.h.

◆ rarityPerMille

std::int32_t TgBot::UniqueGiftBackdrop::rarityPerMille { }

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

Definition at line 14414 of file Types.h.


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