public static class TdApi.MessageEffectTypeEmojiReaction extends TdApi.MessageEffectType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker |
effectAnimation
Effect animation for the effect in TGS format.
|
TdApi.Sticker |
selectAnimation
Select animation for the effect in TGS format.
|
| Constructor and Description |
|---|
MessageEffectTypeEmojiReaction()
An effect from an emoji reaction.
|
MessageEffectTypeEmojiReaction(TdApi.Sticker selectAnimation,
TdApi.Sticker effectAnimation)
An effect from an emoji reaction.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Sticker selectAnimation
public TdApi.Sticker effectAnimation
public static final int CONSTRUCTOR
public MessageEffectTypeEmojiReaction()
public MessageEffectTypeEmojiReaction(TdApi.Sticker selectAnimation, TdApi.Sticker effectAnimation)
selectAnimation - Select animation for the effect in TGS format.effectAnimation - Effect animation for the effect in TGS format.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object