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

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR