java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageForumTopicCreated
- Enclosing class:
- TdApi
A forum topic has been created.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Icon of the topic.Name of the topic. -
Constructor Summary
ConstructorDescriptionA forum topic has been created.A forum topic has been created.MessageForumTopicCreated
(String name, TdApi.ForumTopicIcon icon) A forum topic has been created. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
name
Name of the topic. -
icon
Icon of the topic. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageForumTopicCreated
public MessageForumTopicCreated()A forum topic has been created. -
MessageForumTopicCreated
A forum topic has been created.- Parameters:
name
- String Name of the topic.icon
- ForumTopicIcon Icon of the topic.
-
MessageForumTopicCreated
A forum topic has been created.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-