- Enclosing class:
- TdApi
Returns an HTTPS link to a topic in
a forum chat. This is an offline request.
Returns
MessageLink-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat.static final intlongMessage thread identifier of the forum topic. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
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
-
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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-