Package org.drinkless.tdlib
Class TdApi.MessageEffectTypeEmojiReaction
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageEffectType
org.drinkless.tdlib.TdApi.MessageEffectTypeEmojiReaction
- Enclosing class:
- TdApi
An effect from an emoji reaction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Effect animation for the effect in TGS format.Select animation for the effect in TGS format. -
Constructor Summary
ConstructorsConstructorDescriptionAn effect from an emoji reaction.MessageEffectTypeEmojiReaction(TdApi.Sticker selectAnimation, TdApi.Sticker effectAnimation) An effect from an emoji reaction. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
selectAnimation
Select animation for the effect in TGS format. -
effectAnimation
Effect animation for the effect in TGS format. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageEffectTypeEmojiReaction
public MessageEffectTypeEmojiReaction()An effect from an emoji reaction. -
MessageEffectTypeEmojiReaction
An effect from an emoji reaction.- Parameters:
selectAnimation- Select animation for the effect in TGS format.effectAnimation- Effect animation for the effect in TGS format.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-