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

Inherits Object.

Description

Describes the original details about the gift.

Public Fields

int53 sender_user_id_
 Identifier of the user that sent the gift; 0 if the gift was private.
 
int53 receiver_user_id_
 Identifier of the user that received the gift.
 
object_ptr< formattedTexttext_
 Message added to the gift.
 
int32 date_
 Point in time (Unix timestamp) when the gift was sent.
 

Public Instance Methods

 upgradedGiftOriginalDetails ()
 
 upgradedGiftOriginalDetails (int53 sender_user_id_, int53 receiver_user_id_, object_ptr< formattedText > &&text_, int32 date_)
 
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 = 1154659037
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ upgradedGiftOriginalDetails() [1/2]

Describes the original details about the gift.

◆ upgradedGiftOriginalDetails() [2/2]

upgradedGiftOriginalDetails ( int53  sender_user_id_,
int53  receiver_user_id_,
object_ptr< formattedText > &&  text_,
int32  date_ 
)

Describes the original details about the gift.

Parameters
[in]sender_user_id_Identifier of the user that sent the gift; 0 if the gift was private.
[in]receiver_user_id_Identifier of the user that received the gift.
[in]text_Message added to the gift.
[in]date_Point in time (Unix timestamp) when the gift was sent.

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: