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