Class TdApi.UpdateMessageReactions

Enclosing class:
TdApi

public static class TdApi.UpdateMessageReactions extends TdApi.Update
Reactions added to a message with anonymous reactions have changed; for bots only.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • date

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

      public TdApi.MessageReaction[] reactions
      The list of reactions added to the message.
    • CONSTRUCTOR

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

    • UpdateMessageReactions

      public UpdateMessageReactions()
      Reactions added to a message with anonymous reactions have changed; for bots only.
    • UpdateMessageReactions

      public UpdateMessageReactions(long chatId, long messageId, int date, TdApi.MessageReaction[] reactions)
      Reactions added to a message with anonymous reactions have changed; for bots only.
      Parameters:
      chatId - Chat identifier.
      messageId - Message identifier.
      date - Point in time (Unix timestamp) when the reactions were changed.
      reactions - The list of reactions added to the message.
  • 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