Inherits Object.
Contains examples of possible upgraded gifts for the given regular gift.
Public Fields | |
array< object_ptr< upgradedGiftModel > > | models_ |
Examples of possible models that can be chosen for the gift after upgrade. | |
array< object_ptr< upgradedGiftSymbol > > | symbols_ |
Examples of possible symbols that can be chosen for the gift after upgrade. | |
array< object_ptr< upgradedGiftBackdrop > > | backdrops_ |
Examples of possible backdrops that can be chosen for the gift after upgrade. | |
Public Instance Methods | |
giftUpgradePreview () | |
giftUpgradePreview (array< object_ptr< upgradedGiftModel >> &&models_, array< object_ptr< upgradedGiftSymbol >> &&symbols_, array< object_ptr< upgradedGiftBackdrop >> &&backdrops_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from 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 |
Static Public Attributes | |
static const std::int32_t | ID = 729908218 |
Identifier uniquely determining a type of the object. | |
Contains examples of possible upgraded gifts for the given regular gift.
giftUpgradePreview | ( | array< object_ptr< upgradedGiftModel >> && | models_, |
array< object_ptr< upgradedGiftSymbol >> && | symbols_, | ||
array< object_ptr< upgradedGiftBackdrop >> && | backdrops_ | ||
) |
Contains examples of possible upgraded gifts for the given regular gift.
[in] | models_ | Examples of possible models that can be chosen for the gift after upgrade. |
[in] | symbols_ | Examples of possible symbols that can be chosen for the gift after upgrade. |
[in] | backdrops_ | Examples of possible backdrops that can be chosen for the gift after upgrade. |
|
finalvirtual |