|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| upgradedGiftBackdrop () | |
| upgradedGiftBackdrop (int32 id_, string const &name_, object_ptr< upgradedGiftBackdropColors > &&colors_, object_ptr< UpgradedGiftAttributeRarity > &&rarity_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| int32 | id_ |
| Unique identifier of the backdrop. | |
| string | name_ |
| Name of the backdrop. | |
| object_ptr< upgradedGiftBackdropColors > | colors_ |
| Colors of the backdrop. | |
| object_ptr< UpgradedGiftAttributeRarity > | rarity_ |
| The rarity of the backdrop. | |
Static Public Attributes | |
| static const std::int32_t | ID = -775752215 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::upgradedGiftBackdrop::upgradedGiftBackdrop | ( | ) |
Describes a backdrop of an upgraded gift.
| td::td_api::upgradedGiftBackdrop::upgradedGiftBackdrop | ( | int32 | id_, |
| string const & | name_, | ||
| object_ptr< upgradedGiftBackdropColors > && | colors_, | ||
| object_ptr< UpgradedGiftAttributeRarity > && | rarity_ | ||
| ) |
Describes a backdrop of an upgraded gift.
| [in] | id_ | Unique identifier of the backdrop. |
| [in] | name_ | Name of the backdrop. |
| [in] | colors_ | Colors of the backdrop. |
| [in] | rarity_ | The rarity of the backdrop. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
| object_ptr<upgradedGiftBackdropColors> td::td_api::upgradedGiftBackdrop::colors_ |
|
static |
| int32 td::td_api::upgradedGiftBackdrop::id_ |
| string td::td_api::upgradedGiftBackdrop::name_ |
| object_ptr<UpgradedGiftAttributeRarity> td::td_api::upgradedGiftBackdrop::rarity_ |