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

Inherits Object.

Description

Describes an option for buying Telegram stars.

Public Fields

string currency_
 ISO 4217 currency code for the payment.
 
int53 amount_
 The amount to pay, in the smallest units of the currency.
 
int53 star_count_
 Number of Telegram stars that will be purchased.
 
string store_product_id_
 Identifier of the store product associated with the option; may be empty if none.
 
bool is_additional_
 True, if the option must be shown only in the full list of payment options.
 

Public Instance Methods

 starPaymentOption ()
 
 starPaymentOption (string const &currency_, int53 amount_, int53 star_count_, string const &store_product_id_, bool is_additional_)
 
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 = -1364056047
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ starPaymentOption() [1/2]

Describes an option for buying Telegram stars.

◆ starPaymentOption() [2/2]

starPaymentOption ( string const &  currency_,
int53  amount_,
int53  star_count_,
string const &  store_product_id_,
bool  is_additional_ 
)

Describes an option for buying Telegram stars.

Parameters
[in]currency_ISO 4217 currency code for the payment.
[in]amount_The amount to pay, in the smallest units of the currency.
[in]star_count_Number of Telegram stars that will be purchased.
[in]store_product_id_Identifier of the store product associated with the option; may be empty if none.
[in]is_additional_True, if the option must be shown only in the full list of payment options.

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: