- Enclosing class:
- TdApi
Returns information about a forum topic.
Returns
ForumTopic
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
long
Message thread identifier of the forum topic. -
Constructor Summary
ConstructorDescriptionReturns 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
toString
Methods 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:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-