public static class TdApi.MessageForumTopicIsClosedToggled extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isClosed
True, if the topic was closed; otherwise, the topic was reopened.
|
| Constructor and Description |
|---|
MessageForumTopicIsClosedToggled()
A forum topic has been closed or opened.
|
MessageForumTopicIsClosedToggled(boolean isClosed)
A forum topic has been closed or opened.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isClosed
public static final int CONSTRUCTOR
public MessageForumTopicIsClosedToggled()
public MessageForumTopicIsClosedToggled(boolean isClosed)
isClosed - True, if the topic was closed; otherwise, the topic was reopened.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object