public static class TdApi.ChatEventForumTopicDeleted extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ForumTopicInfo |
topicInfo
Information about the topic.
|
| Constructor and Description |
|---|
ChatEventForumTopicDeleted()
A forum topic was deleted.
|
ChatEventForumTopicDeleted(TdApi.ForumTopicInfo topicInfo)
A forum topic was deleted.
|
| 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 ChatEventForumTopicDeleted()
public ChatEventForumTopicDeleted(TdApi.ForumTopicInfo topicInfo)
topicInfo - Information about the topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object