Inherits Object.
Contains result of gift upgrading.
Public Fields | |
object_ptr< upgradedGift > | gift_ |
The upgraded gift. | |
bool | is_saved_ |
True, if the gift is displayed on the user's profile page. | |
bool | can_be_transferred_ |
True, if the gift can be transferred to another user. | |
int53 | transfer_star_count_ |
Number of Telegram Stars that must be paid to transfer the upgraded gift. | |
int32 | export_date_ |
Point in time (Unix timestamp) when the gift can be transferred to TON blockchain as an NFT. | |
Public Instance Methods | |
upgradeGiftResult () | |
upgradeGiftResult (object_ptr< upgradedGift > &&gift_, bool is_saved_, bool can_be_transferred_, int53 transfer_star_count_, int32 export_date_) | |
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 = 1033798449 |
Identifier uniquely determining a type of the object. | |
Contains result of gift upgrading.
upgradeGiftResult | ( | object_ptr< upgradedGift > && | gift_, |
bool | is_saved_, | ||
bool | can_be_transferred_, | ||
int53 | transfer_star_count_, | ||
int32 | export_date_ | ||
) |
Contains result of gift upgrading.
[in] | gift_ | The upgraded gift. |
[in] | is_saved_ | True, if the gift is displayed on the user's profile page. |
[in] | can_be_transferred_ | True, if the gift can be transferred to another user. |
[in] | transfer_star_count_ | Number of Telegram Stars that must be paid to transfer the upgraded gift. |
[in] | export_date_ | Point in time (Unix timestamp) when the gift can be transferred to TON blockchain as an NFT. |
|
finalvirtual |