Module tdlight.api

Class TdApi.MessageForumTopicIsHiddenToggled

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

public static final class TdApi.MessageForumTopicIsHiddenToggled extends TdApi.MessageContent
A General forum topic has been hidden or unhidden.
  • Field Details

    • isHidden

      public boolean isHidden
      True, if the topic was hidden; otherwise, the topic was unhidden.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageForumTopicIsHiddenToggled

      public MessageForumTopicIsHiddenToggled()
      A General forum topic has been hidden or unhidden.
    • MessageForumTopicIsHiddenToggled

      public MessageForumTopicIsHiddenToggled(boolean isHidden)
      A General forum topic has been hidden or unhidden.
      Parameters:
      isHidden - boolean True, if the topic was hidden; otherwise, the topic was unhidden.
    • MessageForumTopicIsHiddenToggled

      public MessageForumTopicIsHiddenToggled(DataInput input) throws IOException
      A General forum topic has been hidden or unhidden.
      Throws:
      IOException
  • Method Details