java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateForumTopicInfo
- Enclosing class:
- TdApi
Basic information about a topic in a
forum chat was changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
New information about the topic. -
Constructor Summary
ConstructorDescriptionBasic information about a topic in a forum chat was changed.UpdateForumTopicInfo
(long chatId, TdApi.ForumTopicInfo info) Basic information about a topic in a forum chat was changed.UpdateForumTopicInfo
(DataInput input) Basic information about a topic in a forum chat was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
info
New information about the topic. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateForumTopicInfo
public UpdateForumTopicInfo()Basic information about a topic in a forum chat was changed. -
UpdateForumTopicInfo
Basic information about a topic in a forum chat was changed.- Parameters:
chatId
- long Chat identifier.info
- ForumTopicInfo New information about the topic.
-
UpdateForumTopicInfo
Basic information about a topic in a forum chat was changed.- 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()
-