tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::messageGiftedPremium Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::messageGiftedPremium:
td::td_api::MessageContent td::td_api::Object td::TlObject

Public Member Functions

 messageGiftedPremium ()
 
 messageGiftedPremium (int53 gifter_user_id_, int53 receiver_user_id_, object_ptr< formattedText > &&text_, string const &currency_, int53 amount_, string const &cryptocurrency_, int64 cryptocurrency_amount_, int32 month_count_, int32 day_count_, object_ptr< sticker > &&sticker_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::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
 

Public Attributes

int53 gifter_user_id_
 The identifier of a user who gifted Telegram Premium; 0 if the gift was anonymous or is outgoing.
 
int53 receiver_user_id_
 The identifier of a user who received Telegram Premium; 0 if the gift is incoming.
 
object_ptr< formattedTexttext_
 Message added to the gifted Telegram Premium by the sender.
 
string currency_
 Currency for the paid amount.
 
int53 amount_
 The paid amount, in the smallest units of the currency.
 
string cryptocurrency_
 Cryptocurrency used to pay for the gift; may be empty if none.
 
int64 cryptocurrency_amount_
 The paid amount, in the smallest units of the cryptocurrency; 0 if none.
 
int32 month_count_
 Number of months the Telegram Premium subscription will be active after code activation; 0 if the number of months isn&#x27;t integer.
 
int32 day_count_
 Number of days the Telegram Premium subscription will be active.
 
object_ptr< stickersticker_
 A sticker to be shown in the message; may be null if unknown.
 

Static Public Attributes

static const std::int32_t ID = 807892848
 Identifier uniquely determining a type of the object.
 

Detailed Description

Telegram Premium was gifted to a user.

Definition at line 41701 of file td_api.h.

Constructor & Destructor Documentation

◆ messageGiftedPremium() [1/2]

td::td_api::messageGiftedPremium::messageGiftedPremium ( )

Telegram Premium was gifted to a user.

◆ messageGiftedPremium() [2/2]

td::td_api::messageGiftedPremium::messageGiftedPremium ( int53  gifter_user_id_,
int53  receiver_user_id_,
object_ptr< formattedText > &&  text_,
string const &  currency_,
int53  amount_,
string const &  cryptocurrency_,
int64  cryptocurrency_amount_,
int32  month_count_,
int32  day_count_,
object_ptr< sticker > &&  sticker_ 
)

Telegram Premium was gifted to a user.

Parameters
[in]gifter_user_id_The identifier of a user who gifted Telegram Premium; 0 if the gift was anonymous or is outgoing.
[in]receiver_user_id_The identifier of a user who received Telegram Premium; 0 if the gift is incoming.
[in]text_Message added to the gifted Telegram Premium by the sender.
[in]currency_Currency for the paid amount.
[in]amount_The paid amount, in the smallest units of the currency.
[in]cryptocurrency_Cryptocurrency used to pay for the gift; may be empty if none.
[in]cryptocurrency_amount_The paid amount, in the smallest units of the cryptocurrency; 0 if none.
[in]month_count_Number of months the Telegram Premium subscription will be active after code activation; 0 if the number of months isn&#x27;t integer.
[in]day_count_Number of days the Telegram Premium subscription will be active.
[in]sticker_A sticker to be shown in the message; may be null if unknown.

Member Function Documentation

◆ store()

void td::td_api::messageGiftedPremium::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 td::TlObject.

Member Data Documentation

◆ amount_

int53 td::td_api::messageGiftedPremium::amount_

The paid amount, in the smallest units of the currency.

Definition at line 41720 of file td_api.h.

◆ cryptocurrency_

string td::td_api::messageGiftedPremium::cryptocurrency_

Cryptocurrency used to pay for the gift; may be empty if none.

Definition at line 41722 of file td_api.h.

◆ cryptocurrency_amount_

int64 td::td_api::messageGiftedPremium::cryptocurrency_amount_

The paid amount, in the smallest units of the cryptocurrency; 0 if none.

Definition at line 41724 of file td_api.h.

◆ currency_

string td::td_api::messageGiftedPremium::currency_

Currency for the paid amount.

Definition at line 41718 of file td_api.h.

◆ day_count_

int32 td::td_api::messageGiftedPremium::day_count_

Number of days the Telegram Premium subscription will be active.

Definition at line 41728 of file td_api.h.

◆ gifter_user_id_

int53 td::td_api::messageGiftedPremium::gifter_user_id_

The identifier of a user who gifted Telegram Premium; 0 if the gift was anonymous or is outgoing.

Definition at line 41712 of file td_api.h.

◆ ID

const std::int32_t td::td_api::messageGiftedPremium::ID = 807892848
static

Identifier uniquely determining a type of the object.

Definition at line 41754 of file td_api.h.

◆ month_count_

int32 td::td_api::messageGiftedPremium::month_count_

Number of months the Telegram Premium subscription will be active after code activation; 0 if the number of months isn&#x27;t integer.

Definition at line 41726 of file td_api.h.

◆ receiver_user_id_

int53 td::td_api::messageGiftedPremium::receiver_user_id_

The identifier of a user who received Telegram Premium; 0 if the gift is incoming.

Definition at line 41714 of file td_api.h.

◆ sticker_

object_ptr<sticker> td::td_api::messageGiftedPremium::sticker_

A sticker to be shown in the message; may be null if unknown.

Definition at line 41730 of file td_api.h.

◆ text_

object_ptr<formattedText> td::td_api::messageGiftedPremium::text_

Message added to the gifted Telegram Premium by the sender.

Definition at line 41716 of file td_api.h.


The documentation for this class was generated from the following file: