Inherits MessageEffectType.
An effect from a premium sticker.
Public Fields | |
object_ptr< sticker > | sticker_ |
The premium sticker. The effect can be found at sticker.full_type.premium_animation. | |
Public Instance Methods | |
messageEffectTypePremiumSticker () | |
messageEffectTypePremiumSticker (object_ptr< sticker > &&sticker_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1637231609 |
Identifier uniquely determining a type of the object. | |
An effect from a premium sticker.
|
explicit |
An effect from a premium sticker.
[in] | sticker_ | The premium sticker. The effect can be found at sticker.full_type.premium_animation. |
|
finalvirtual |