Module tdlight.api

Class TdApi.UnreadReaction

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

public static final class TdApi.UnreadReaction extends TdApi.Object
Contains information about an unread reaction to a message.
  • Field Details

    • type

      public TdApi.ReactionType type
      Type of the reaction.
    • senderId

      public TdApi.MessageSender senderId
      Identifier of the sender, added the reaction.
    • isBig

      public boolean isBig
      True, if the reaction was added with a big animation.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UnreadReaction

      public UnreadReaction()
      Contains information about an unread reaction to a message.
    • UnreadReaction

      public UnreadReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isBig)
      Contains information about an unread reaction to a message.
      Parameters:
      type - ReactionType Type of the reaction.
      senderId - MessageSender Identifier of the sender, added the reaction.
      isBig - boolean True, if the reaction was added with a big animation.
    • UnreadReaction

      public UnreadReaction(DataInput input) throws IOException
      Contains information about an unread reaction to a message.
      Throws:
      IOException
  • Method Details