public static class TdApi.ChatEventForumTopicToggleIsHidden extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ForumTopicInfo |
topicInfo
New information about the topic.
|
| Constructor and Description |
|---|
ChatEventForumTopicToggleIsHidden()
The General forum topic was hidden or unhidden.
|
ChatEventForumTopicToggleIsHidden(TdApi.ForumTopicInfo topicInfo)
The General forum topic was hidden or unhidden.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ForumTopicInfo topicInfo
public static final int CONSTRUCTOR
public ChatEventForumTopicToggleIsHidden()
public ChatEventForumTopicToggleIsHidden(TdApi.ForumTopicInfo topicInfo)
topicInfo - New information about the topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object