java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageForumTopicIsClosedToggled
- Enclosing class:
- TdApi
A forum topic has been closed or opened.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the topic was closed; otherwise, the topic was reopened. -
Constructor Summary
ConstructorDescriptionA forum topic has been closed or opened.MessageForumTopicIsClosedToggled
(boolean isClosed) A forum topic has been closed or opened.A forum topic has been closed or opened. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
isClosed
public boolean isClosedTrue, 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
A forum topic has been closed or opened.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-