- Enclosing class:
- TdApi
Returns an HTTPS link to a topic in
a forum chat. This is an offline request.
Returns
MessageLink
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
long
Message thread identifier of the forum topic. -
Constructor Summary
ConstructorDescriptionReturns an HTTPS link to a topic in a forum chat.GetForumTopicLink
(long chatId, long messageThreadId) Returns an HTTPS link to a topic in a forum chat.GetForumTopicLink
(DataInput input) Returns an HTTPS link to a topic in a forum chat. -
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
-
GetForumTopicLink
public GetForumTopicLink()Returns an HTTPS link to a topic in a forum chat. This is an offline request. ReturnsMessageLink
-
GetForumTopicLink
public GetForumTopicLink(long chatId, long messageThreadId) Returns an HTTPS link to a topic in a forum chat. This is an offline request. ReturnsMessageLink
- Parameters:
chatId
- long Identifier of the chat.messageThreadId
- long Message thread identifier of the forum topic.
-
GetForumTopicLink
Returns an HTTPS link to a topic in a forum chat. This is an offline request. ReturnsMessageLink
- 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()
-