- Enclosing class:
- TdApi
Returns information about a forum topic.
Returns
ForumTopic-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat.static final intlongMessage thread identifier of the forum topic. -
Constructor Summary
ConstructorsConstructorDescriptionReturns information about a forum topic.GetForumTopic(long chatId, long messageThreadId) Returns information about a forum topic.GetForumTopic(DataInput input) Returns information about a forum topic. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat. -
messageThreadId
public long messageThreadIdMessage thread identifier of the forum topic. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetForumTopic
public GetForumTopic()Returns information about a forum topic. ReturnsForumTopic -
GetForumTopic
public GetForumTopic(long chatId, long messageThreadId) Returns information about a forum topic. ReturnsForumTopic- Parameters:
chatId- long Identifier of the chat.messageThreadId- long Message thread identifier of the forum topic.
-
GetForumTopic
Returns information about a forum topic. ReturnsForumTopic- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-