Class TdApi.MessageForumTopicIsClosedToggled

Enclosing class:
TdApi

public static class TdApi.MessageForumTopicIsClosedToggled extends TdApi.MessageContent
A forum topic has been closed or opened.
  • Field Details

    • isClosed

      public boolean isClosed
      True, if the topic was closed; otherwise, the topic was reopened.
    • CONSTRUCTOR

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

    • MessageForumTopicIsClosedToggled

      public MessageForumTopicIsClosedToggled()
      A forum topic has been closed or opened.
    • MessageForumTopicIsClosedToggled

      public MessageForumTopicIsClosedToggled(boolean isClosed)
      A forum topic has been closed or opened.
      Parameters:
      isClosed - True, if the topic was closed; otherwise, the topic was reopened.
  • 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