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

Inherits StarTransactionType.

Description

The transaction is a transfer of an upgraded gift; for regular users only.

Public Fields

object_ptr< MessageSenderowner_id_
 Identifier of the user or the channel that received the gift.
 
object_ptr< upgradedGiftgift_
 The gift.
 

Public Instance Methods

 starTransactionTypeGiftTransfer ()
 
 starTransactionTypeGiftTransfer (object_ptr< MessageSender > &&owner_id_, object_ptr< upgradedGift > &&gift_)
 
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 = 9835767
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ starTransactionTypeGiftTransfer() [1/2]

The transaction is a transfer of an upgraded gift; for regular users only.

◆ starTransactionTypeGiftTransfer() [2/2]

The transaction is a transfer of an upgraded gift; for regular users only.

Parameters
[in]owner_id_Identifier of the user or the channel that received the gift.
[in]gift_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: