List of all members | Public Fields | Public Instance Methods | Static Public Attributes
messageUpgradedGift Class Referencefinal

Inherits MessageContent.

Description

An upgraded gift was received or sent by the current user.

Public Fields

object_ptr< upgradedGiftgift_
 The gift.
 
bool is_upgrade_
 True, if the gift was obtained by upgrading of a previously received gift; otherwise, this is a transferred gift.
 
bool is_saved_
 True, if the gift is displayed on the user's profile page; only for the receiver of the gift.
 
bool can_be_transferred_
 True, if the gift can be transferred to another user; only for the receiver of the gift.
 
bool was_transferred_
 True, if the gift was transferred to another user; only for the receiver of the gift.
 
int53 transfer_star_count_
 Number of Telegram Stars that must be paid to transfer the upgraded gift; only for the receiver of the gift.
 
int32 export_date_
 Point in time (Unix timestamp) when the gift can be transferred to TON blockchain as an NFT; 0 if NFT export isn't possible; only for the receiver of the gift.
 

Public Instance Methods

 messageUpgradedGift ()
 
 messageUpgradedGift (object_ptr< upgradedGift > &&gift_, bool is_upgrade_, bool is_saved_, bool can_be_transferred_, bool was_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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1228075541
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messageUpgradedGift() [1/2]

An upgraded gift was received or sent by the current user.

◆ messageUpgradedGift() [2/2]

messageUpgradedGift ( object_ptr< upgradedGift > &&  gift_,
bool  is_upgrade_,
bool  is_saved_,
bool  can_be_transferred_,
bool  was_transferred_,
int53  transfer_star_count_,
int32  export_date_ 
)

An upgraded gift was received or sent by the current user.

Parameters
[in]gift_The gift.
[in]is_upgrade_True, if the gift was obtained by upgrading of a previously received gift; otherwise, this is a transferred gift.
[in]is_saved_True, if the gift is displayed on the user's profile page; only for the receiver of the gift.
[in]can_be_transferred_True, if the gift can be transferred to another user; only for the receiver of the gift.
[in]was_transferred_True, if the gift was transferred to another user; only for the receiver of the gift.
[in]transfer_star_count_Number of Telegram Stars that must be paid to transfer the upgraded gift; only for the receiver of the gift.
[in]export_date_Point in time (Unix timestamp) when the gift can be transferred to TON blockchain as an NFT; 0 if NFT export isn't possible; only for the receiver of the gift.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


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