Class TdApi.UpdateChatAvailableReactions

Enclosing class:
TdApi

public static class TdApi.UpdateChatAvailableReactions extends TdApi.Update
The chat available reactions were changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • availableReactions

      public TdApi.ChatAvailableReactions availableReactions
      The new reactions, available in the chat.
    • CONSTRUCTOR

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

    • UpdateChatAvailableReactions

      public UpdateChatAvailableReactions()
      The chat available reactions were changed.
    • UpdateChatAvailableReactions

      public UpdateChatAvailableReactions(long chatId, TdApi.ChatAvailableReactions availableReactions)
      The chat available reactions were changed.
      Parameters:
      chatId - Chat identifier.
      availableReactions - The new reactions, available in the chat.
  • 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