Module tdlight.api

Class TdApi.EmojiReaction

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmojiReaction
Enclosing class:
TdApi

public static final class TdApi.EmojiReaction extends TdApi.Object
Contains information about a emoji reaction.
  • Field Details

    • emoji

      public String emoji
      Text representation of the reaction.
    • title

      public String title
      Reaction title.
    • isActive

      public boolean isActive
      True, if the reaction can be added to new messages and enabled in chats.
    • staticIcon

      public TdApi.Sticker staticIcon
      Static icon for the reaction.
    • appearAnimation

      public TdApi.Sticker appearAnimation
      Appear animation for the reaction.
    • selectAnimation

      public TdApi.Sticker selectAnimation
      Select animation for the reaction.
    • activateAnimation

      public TdApi.Sticker activateAnimation
      Activate animation for the reaction.
    • effectAnimation

      public TdApi.Sticker effectAnimation
      Effect animation for the reaction.
    • aroundAnimation

      public TdApi.Sticker aroundAnimation
      Around animation for the reaction; may be null.
    • centerAnimation

      public TdApi.Sticker centerAnimation
      Center animation for the reaction; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • EmojiReaction

      public EmojiReaction()
      Contains information about a emoji reaction.
    • EmojiReaction

      public EmojiReaction(String emoji, String title, boolean isActive, TdApi.Sticker staticIcon, TdApi.Sticker appearAnimation, TdApi.Sticker selectAnimation, TdApi.Sticker activateAnimation, TdApi.Sticker effectAnimation, TdApi.Sticker aroundAnimation, TdApi.Sticker centerAnimation)
      Contains information about a emoji reaction.
      Parameters:
      emoji - String Text representation of the reaction.
      title - String Reaction title.
      isActive - boolean True, if the reaction can be added to new messages and enabled in chats.
      staticIcon - Sticker Static icon for the reaction.
      appearAnimation - Sticker Appear animation for the reaction.
      selectAnimation - Sticker Select animation for the reaction.
      activateAnimation - Sticker Activate animation for the reaction.
      effectAnimation - Sticker Effect animation for the reaction.
      aroundAnimation - Sticker Around animation for the reaction; may be null.
      centerAnimation - Sticker Center animation for the reaction; may be null.
    • EmojiReaction

      public EmojiReaction(DataInput input) throws IOException
      Contains information about a emoji reaction.
      Throws:
      IOException
  • Method Details