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

Inherits Object.

Description

Contains information about an effect added to a message.

Public Fields

int64 id_
 Unique identifier of the effect.
 
object_ptr< stickerstatic_icon_
 Static icon for the effect in WEBP format; may be null if none.
 
string emoji_
 Emoji corresponding to the effect that can be used if static icon isn't available.
 
bool is_premium_
 True, if Telegram Premium subscription is required to use the effect.
 
object_ptr< MessageEffectTypetype_
 Type of the effect.
 

Public Instance Methods

 messageEffect ()
 
 messageEffect (int64 id_, object_ptr< sticker > &&static_icon_, string const &emoji_, bool is_premium_, object_ptr< MessageEffectType > &&type_)
 
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 = -1758836433
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messageEffect() [1/2]

Contains information about an effect added to a message.

◆ messageEffect() [2/2]

messageEffect ( int64  id_,
object_ptr< sticker > &&  static_icon_,
string const &  emoji_,
bool  is_premium_,
object_ptr< MessageEffectType > &&  type_ 
)

Contains information about an effect added to a message.

Parameters
[in]id_Unique identifier of the effect.
[in]static_icon_Static icon for the effect in WEBP format; may be null if none.
[in]emoji_Emoji corresponding to the effect that can be used if static icon isn't available.
[in]is_premium_True, if Telegram Premium subscription is required to use the effect.
[in]type_Type of the effect.

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: