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::updateNewGroupCallPaidReaction Class Referencefinal

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

Inheritance diagram for td::td_api::updateNewGroupCallPaidReaction:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 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 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

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.
 

Static Public Attributes

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

Detailed Description

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

Definition at line 79867 of file td_api.h.

Constructor & Destructor Documentation

◆ updateNewGroupCallPaidReaction() [1/2]

td::td_api::updateNewGroupCallPaidReaction::updateNewGroupCallPaidReaction ( )

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

◆ updateNewGroupCallPaidReaction() [2/2]

td::td_api::updateNewGroupCallPaidReaction::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.

Member Function Documentation

◆ store()

void td::td_api::updateNewGroupCallPaidReaction::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

◆ group_call_id_

int32 td::td_api::updateNewGroupCallPaidReaction::group_call_id_

Identifier of the group call.

Definition at line 79878 of file td_api.h.

◆ ID

const std::int32_t td::td_api::updateNewGroupCallPaidReaction::ID = -189233012
static

Identifier uniquely determining a type of the object.

Definition at line 79899 of file td_api.h.

◆ sender_id_

object_ptr<MessageSender> td::td_api::updateNewGroupCallPaidReaction::sender_id_

Identifier of the sender of the reaction.

Definition at line 79880 of file td_api.h.

◆ star_count_

int53 td::td_api::updateNewGroupCallPaidReaction::star_count_

The number of Telegram Stars that were paid to send the reaction.

Definition at line 79882 of file td_api.h.


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