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

Inherits Update.

Description

A new paid reaction was received in a live story group call.

Public Fields

int32 group_call_id_
 Identifier of the group call.
 
object_ptr< MessageSendersender_id_
 Identifier of the sender of the reaction.
 
int53 star_count_
 The number of Telegram Stars that were paid to send the reaction.
 

Public Instance Methods

 updateNewGroupCallPaidReaction ()
 
 updateNewGroupCallPaidReaction (int32 group_call_id_, object_ptr< MessageSender > &&sender_id_, int53 star_count_)
 
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 = -189233012
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ updateNewGroupCallPaidReaction() [1/2]

A new paid reaction was received in a live story group call.

◆ updateNewGroupCallPaidReaction() [2/2]

updateNewGroupCallPaidReaction ( int32  group_call_id_,
object_ptr< MessageSender > &&  sender_id_,
int53  star_count_ 
)

A new paid reaction was received in a live story group call.

Parameters
[in]group_call_id_Identifier of the group call.
[in]sender_id_Identifier of the sender of the reaction.
[in]star_count_The number of Telegram Stars that were paid to send the reaction.

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: