Module tdlight.api

Class TdApi.AddedReaction

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

public static final class TdApi.AddedReaction extends TdApi.Object
Represents a reaction applied to a message.
  • Field Details

    • type

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

      public TdApi.MessageSender senderId
      Identifier of the chat member, applied the reaction.
    • date

      public int date
      Point in time (Unix timestamp) when the reaction was added.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • AddedReaction

      public AddedReaction()
      Represents a reaction applied to a message.
    • AddedReaction

      public AddedReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, int date)
      Represents a reaction applied to a message.
      Parameters:
      type - ReactionType Type of the reaction.
      senderId - MessageSender Identifier of the chat member, applied the reaction.
      date - int Point in time (Unix timestamp) when the reaction was added.
    • AddedReaction

      public AddedReaction(DataInput input) throws IOException
      Represents a reaction applied to a message.
      Throws:
      IOException
  • Method Details