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

Inherits ChatBoostSource.

Description

The chat created a Telegram Premium giveaway.

Public Fields

int53 user_id_
 Identifier of a user that won in the giveaway; 0 if none.
 
string gift_code_
 The created Telegram Premium gift code if it was used by the user or can be claimed by the current user; an empty string otherwise.
 
int53 giveaway_message_id_
 Identifier of the corresponding giveaway message; can be an identifier of a deleted message.
 
bool is_unclaimed_
 True, if the winner for the corresponding Telegram Premium subscription wasn't chosen, because there were not enough participants.
 

Public Instance Methods

 chatBoostSourceGiveaway ()
 
 chatBoostSourceGiveaway (int53 user_id_, string const &gift_code_, int53 giveaway_message_id_, bool is_unclaimed_)
 
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 = 151854192
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ chatBoostSourceGiveaway() [1/2]

The chat created a Telegram Premium giveaway.

◆ chatBoostSourceGiveaway() [2/2]

chatBoostSourceGiveaway ( int53  user_id_,
string const &  gift_code_,
int53  giveaway_message_id_,
bool  is_unclaimed_ 
)

The chat created a Telegram Premium giveaway.

Parameters
[in]user_id_Identifier of a user that won in the giveaway; 0 if none.
[in]gift_code_The created Telegram Premium gift code if it was used by the user or can be claimed by the current user; an empty string otherwise.
[in]giveaway_message_id_Identifier of the corresponding giveaway message; can be an identifier of a deleted message.
[in]is_unclaimed_True, if the winner for the corresponding Telegram Premium subscription wasn't chosen, because there were not enough participants.

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: