public static class TdApi.MessageForumTopicCreated extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ForumTopicIcon |
icon
Icon of the topic.
|
java.lang.String |
name
Name of the topic.
|
| Constructor and Description |
|---|
MessageForumTopicCreated()
A forum topic has been created.
|
MessageForumTopicCreated(java.lang.String name,
TdApi.ForumTopicIcon icon)
A forum topic has been created.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public TdApi.ForumTopicIcon icon
public static final int CONSTRUCTOR
public MessageForumTopicCreated()
public MessageForumTopicCreated(java.lang.String name,
TdApi.ForumTopicIcon icon)
name - Name of the topic.icon - Icon of the topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object