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

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

Inheritance diagram for td::td_api::chatAvailableReactionsSome:
td::td_api::ChatAvailableReactions td::td_api::Object td::TlObject

Public Member Functions

 chatAvailableReactionsSome ()
 
 chatAvailableReactionsSome (array< object_ptr< ReactionType > > &&reactions_, int32 max_reaction_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

array< object_ptr< ReactionType > > reactions_
 The list of reactions.
 
int32 max_reaction_count_
 The maximum allowed number of reactions per message; 1-11.
 

Static Public Attributes

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

Detailed Description

Only specific reactions are available in the chat.

Definition at line 9845 of file td_api.h.

Constructor & Destructor Documentation

◆ chatAvailableReactionsSome() [1/2]

td::td_api::chatAvailableReactionsSome::chatAvailableReactionsSome ( )

Only specific reactions are available in the chat.

◆ chatAvailableReactionsSome() [2/2]

td::td_api::chatAvailableReactionsSome::chatAvailableReactionsSome ( array< object_ptr< ReactionType > > &&  reactions_,
int32  max_reaction_count_ 
)

Only specific reactions are available in the chat.

Parameters
[in]reactions_The list of reactions.
[in]max_reaction_count_The maximum allowed number of reactions per message; 1-11.

Member Function Documentation

◆ store()

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

◆ ID

const std::int32_t td::td_api::chatAvailableReactionsSome::ID = 152513153
static

Identifier uniquely determining a type of the object.

Definition at line 9874 of file td_api.h.

◆ max_reaction_count_

int32 td::td_api::chatAvailableReactionsSome::max_reaction_count_

The maximum allowed number of reactions per message; 1-11.

Definition at line 9858 of file td_api.h.

◆ reactions_

array<object_ptr<ReactionType> > td::td_api::chatAvailableReactionsSome::reactions_

The list of reactions.

Definition at line 9856 of file td_api.h.


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