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

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

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

Public Member Functions

 updateMessageReaction ()
 
 updateMessageReaction (int53 chat_id_, int53 message_id_, object_ptr< MessageSender > &&actor_id_, int32 date_, array< object_ptr< ReactionType > > &&old_reaction_types_, array< object_ptr< ReactionType > > &&new_reaction_types_)
 
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 chat_id_
 Chat identifier.
 
int53 message_id_
 Message identifier.
 
object_ptr< MessageSenderactor_id_
 Identifier of the user or chat that changed reactions.
 
int32 date_
 Point in time (Unix timestamp) when the reactions were changed.
 
array< object_ptr< ReactionType > > old_reaction_types_
 Old list of chosen reactions.
 
array< object_ptr< ReactionType > > new_reaction_types_
 New list of chosen reactions.
 

Static Public Attributes

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

Detailed Description

User changed its reactions on a message with public reactions; for bots only.

Definition at line 83245 of file td_api.h.

Constructor & Destructor Documentation

◆ updateMessageReaction() [1/2]

td::td_api::updateMessageReaction::updateMessageReaction ( )

User changed its reactions on a message with public reactions; for bots only.

◆ updateMessageReaction() [2/2]

td::td_api::updateMessageReaction::updateMessageReaction ( int53  chat_id_,
int53  message_id_,
object_ptr< MessageSender > &&  actor_id_,
int32  date_,
array< object_ptr< ReactionType > > &&  old_reaction_types_,
array< object_ptr< ReactionType > > &&  new_reaction_types_ 
)

User changed its reactions on a message with public reactions; for bots only.

Parameters
[in]chat_id_Chat identifier.
[in]message_id_Message identifier.
[in]actor_id_Identifier of the user or chat that changed reactions.
[in]date_Point in time (Unix timestamp) when the reactions were changed.
[in]old_reaction_types_Old list of chosen reactions.
[in]new_reaction_types_New list of chosen reactions.

Member Function Documentation

◆ store()

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

◆ actor_id_

object_ptr<MessageSender> td::td_api::updateMessageReaction::actor_id_

Identifier of the user or chat that changed reactions.

Definition at line 83260 of file td_api.h.

◆ chat_id_

int53 td::td_api::updateMessageReaction::chat_id_

Chat identifier.

Definition at line 83256 of file td_api.h.

◆ date_

int32 td::td_api::updateMessageReaction::date_

Point in time (Unix timestamp) when the reactions were changed.

Definition at line 83262 of file td_api.h.

◆ ID

const std::int32_t td::td_api::updateMessageReaction::ID = 1084895706
static

Identifier uniquely determining a type of the object.

Definition at line 83286 of file td_api.h.

◆ message_id_

int53 td::td_api::updateMessageReaction::message_id_

Message identifier.

Definition at line 83258 of file td_api.h.

◆ new_reaction_types_

array<object_ptr<ReactionType> > td::td_api::updateMessageReaction::new_reaction_types_

New list of chosen reactions.

Definition at line 83266 of file td_api.h.

◆ old_reaction_types_

array<object_ptr<ReactionType> > td::td_api::updateMessageReaction::old_reaction_types_

Old list of chosen reactions.

Definition at line 83264 of file td_api.h.


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