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

Inherits MessageContent.

Description

Toncoins were gifted to a user.

Public Fields

int53 gifter_user_id_
 The identifier of a user that gifted Toncoins; 0 if the gift was anonymous or is outgoing.
 
int53 receiver_user_id_
 The identifier of a user that received Toncoins; 0 if the gift is incoming.
 
int53 ton_amount_
 The received amount of Toncoins, in the smallest units of the cryptocurrency.
 
string transaction_id_
 Identifier of the transaction for Toncoin credit; for receiver only.
 
object_ptr< stickersticker_
 A sticker to be shown in the message; may be null if unknown.
 

Public Instance Methods

 messageGiftedTon ()
 
 messageGiftedTon (int53 gifter_user_id_, int53 receiver_user_id_, int53 ton_amount_, string const &transaction_id_, object_ptr< sticker > &&sticker_)
 
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 = 766483995
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messageGiftedTon() [1/2]

Toncoins were gifted to a user.

◆ messageGiftedTon() [2/2]

messageGiftedTon ( int53  gifter_user_id_,
int53  receiver_user_id_,
int53  ton_amount_,
string const &  transaction_id_,
object_ptr< sticker > &&  sticker_ 
)

Toncoins were gifted to a user.

Parameters
[in]gifter_user_id_The identifier of a user that gifted Toncoins; 0 if the gift was anonymous or is outgoing.
[in]receiver_user_id_The identifier of a user that received Toncoins; 0 if the gift is incoming.
[in]ton_amount_The received amount of Toncoins, in the smallest units of the cryptocurrency.
[in]transaction_id_Identifier of the transaction for Toncoin credit; for receiver only.
[in]sticker_A sticker to be shown in the message; may be null if unknown.

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: