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

Inherits MessageContent.

Description

A Telegram Premium gift code was created for the user.

Public Fields

object_ptr< MessageSendercreator_id_
 Identifier of a chat or a user that created the gift code; may be null if unknown.
 
bool is_from_giveaway_
 True, if the gift code was created for a giveaway.
 
bool is_unclaimed_
 True, if the winner for the corresponding Telegram Premium subscription wasn't chosen.
 
string currency_
 Currency for the paid amount; empty if unknown.
 
int53 amount_
 The paid amount, in the smallest units of the currency; 0 if unknown.
 
string cryptocurrency_
 Cryptocurrency used to pay for the gift; may be empty if none or unknown.
 
int64 cryptocurrency_amount_
 The paid amount, in the smallest units of the cryptocurrency; 0 if unknown.
 
int32 month_count_
 Number of months the Telegram Premium subscription will be active after code activation.
 
object_ptr< stickersticker_
 A sticker to be shown in the message; may be null if unknown.
 
string code_
 The gift code.
 

Public Instance Methods

 messagePremiumGiftCode ()
 
 messagePremiumGiftCode (object_ptr< MessageSender > &&creator_id_, bool is_from_giveaway_, bool is_unclaimed_, string const &currency_, int53 amount_, string const &cryptocurrency_, int64 cryptocurrency_amount_, int32 month_count_, object_ptr< sticker > &&sticker_, string const &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 = 649927667
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messagePremiumGiftCode() [1/2]

A Telegram Premium gift code was created for the user.

◆ messagePremiumGiftCode() [2/2]

messagePremiumGiftCode ( object_ptr< MessageSender > &&  creator_id_,
bool  is_from_giveaway_,
bool  is_unclaimed_,
string const &  currency_,
int53  amount_,
string const &  cryptocurrency_,
int64  cryptocurrency_amount_,
int32  month_count_,
object_ptr< sticker > &&  sticker_,
string const &  code_ 
)

A Telegram Premium gift code was created for the user.

Parameters
[in]creator_id_Identifier of a chat or a user that created the gift code; may be null if unknown.
[in]is_from_giveaway_True, if the gift code was created for a giveaway.
[in]is_unclaimed_True, if the winner for the corresponding Telegram Premium subscription wasn't chosen.
[in]currency_Currency for the paid amount; empty if unknown.
[in]amount_The paid amount, in the smallest units of the currency; 0 if unknown.
[in]cryptocurrency_Cryptocurrency used to pay for the gift; may be empty if none or unknown.
[in]cryptocurrency_amount_The paid amount, in the smallest units of the cryptocurrency; 0 if unknown.
[in]month_count_Number of months the Telegram Premium subscription will be active after code activation.
[in]sticker_A sticker to be shown in the message; may be null if unknown.
[in]code_The gift code.

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: