Module tdlight.api

Class TdApi.MessageForumTopicIsClosedToggled

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageForumTopicIsClosedToggled
Enclosing class:
TdApi

public static final 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
      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 - boolean True, if the topic was closed; otherwise, the topic was reopened.
    • MessageForumTopicIsClosedToggled

      public MessageForumTopicIsClosedToggled(DataInput input) throws IOException
      A forum topic has been closed or opened.
      Throws:
      IOException
  • Method Details