public static class TdApi.ChatEventForumTopicCreated 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 |
|---|
ChatEventForumTopicCreated()
A new forum topic was created.
|
ChatEventForumTopicCreated(TdApi.ForumTopicInfo topicInfo)
A new forum topic was created.
|
| 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 ChatEventForumTopicCreated()
public ChatEventForumTopicCreated(TdApi.ForumTopicInfo topicInfo)
topicInfo - Information about the topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object