Module tdlight.api

Class TdApi.UpdateMessageReaction

Enclosing class:
TdApi

public static final class TdApi.UpdateMessageReaction extends TdApi.Update
User changed its reactions on a message with public reactions; for bots only.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • actorId

      public TdApi.MessageSender actorId
      Identifier of the user or chat that changed reactions.
    • date

      public int date
      Point in time (Unix timestamp) when the reactions were changed.
    • oldReactionTypes

      public TdApi.ReactionType[] oldReactionTypes
      Old list of chosen reactions.
    • newReactionTypes

      public TdApi.ReactionType[] newReactionTypes
      New list of chosen reactions.
    • CONSTRUCTOR

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

    • UpdateMessageReaction

      public UpdateMessageReaction()
      User changed its reactions on a message with public reactions; for bots only.
    • UpdateMessageReaction

      public UpdateMessageReaction(long chatId, long messageId, TdApi.MessageSender actorId, int date, TdApi.ReactionType[] oldReactionTypes, TdApi.ReactionType[] newReactionTypes)
      User changed its reactions on a message with public reactions; for bots only.
      Parameters:
      chatId - Chat identifier.
      messageId - Message identifier.
      actorId - Identifier of the user or chat that changed reactions.
      date - Point in time (Unix timestamp) when the reactions were changed.
      oldReactionTypes - Old list of chosen reactions.
      newReactionTypes - New list of chosen reactions.
    • UpdateMessageReaction

      public UpdateMessageReaction(DataInput input) throws IOException
      User changed its reactions on a message with public reactions; for bots only.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object