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

Inherits Update.

Description

The list of available message effects has changed.

Public Fields

array< int64reaction_effect_ids_
 The new list of available message effects from emoji reactions.
 
array< int64sticker_effect_ids_
 The new list of available message effects from Premium stickers.
 

Public Instance Methods

 updateAvailableMessageEffects ()
 
 updateAvailableMessageEffects (array< int64 > &&reaction_effect_ids_, array< int64 > &&sticker_effect_ids_)
 
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 = 1964701061
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ updateAvailableMessageEffects() [1/2]

The list of available message effects has changed.

◆ updateAvailableMessageEffects() [2/2]

updateAvailableMessageEffects ( array< int64 > &&  reaction_effect_ids_,
array< int64 > &&  sticker_effect_ids_ 
)

The list of available message effects has changed.

Parameters
[in]reaction_effect_ids_The new list of available message effects from emoji reactions.
[in]sticker_effect_ids_The new list of available message effects from Premium stickers.

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: