Class TdApi.MessageEffectTypeEmojiReaction

Enclosing class:
TdApi

public static class TdApi.MessageEffectTypeEmojiReaction extends TdApi.MessageEffectType
An effect from an emoji reaction.
  • Field Details

    • selectAnimation

      public TdApi.Sticker selectAnimation
      Select animation for the effect in TGS format.
    • effectAnimation

      public TdApi.Sticker effectAnimation
      Effect animation for the effect in TGS format.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageEffectTypeEmojiReaction

      public MessageEffectTypeEmojiReaction()
      An effect from an emoji reaction.
    • MessageEffectTypeEmojiReaction

      public MessageEffectTypeEmojiReaction(TdApi.Sticker selectAnimation, TdApi.Sticker effectAnimation)
      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