Class TdApi.MessageForumTopicIsHiddenToggled

Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - True, if the topic was hidden; otherwise, the topic was unhidden.
  • 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