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

Inherits ChatBoostSource.

Description

The chat created a Telegram Premium gift code for a user.

Public Fields

int53 user_id_
 Identifier of a user, for which the gift code was created.
 
string gift_code_
 The created Telegram Premium gift code, which is known only if this is a gift code for the current user, or it has already been claimed.
 

Public Instance Methods

 chatBoostSourceGiftCode ()
 
 chatBoostSourceGiftCode (int53 user_id_, string const &gift_code_)
 
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 = -98299206
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ chatBoostSourceGiftCode() [1/2]

The chat created a Telegram Premium gift code for a user.

◆ chatBoostSourceGiftCode() [2/2]

chatBoostSourceGiftCode ( int53  user_id_,
string const &  gift_code_ 
)

The chat created a Telegram Premium gift code for a user.

Parameters
[in]user_id_Identifier of a user, for which the gift code was created.
[in]gift_code_The created Telegram Premium gift code, which is known only if this is a gift code for the current user, or it has already been claimed.

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: