public static class TdApi.GetForumTopicLink extends TdApi.Function<TdApi.MessageLink>
Returns MessageLink
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageThreadId
Message thread identifier of the forum topic.
|
| Constructor and Description |
|---|
GetForumTopicLink()
Default constructor for a function, which returns an HTTPS link to a topic in a forum chat.
|
GetForumTopicLink(long chatId,
long messageThreadId)
Creates a function, which returns an HTTPS link to a topic in a forum chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageThreadId
public static final int CONSTRUCTOR
public GetForumTopicLink()
Returns MessageLink
public GetForumTopicLink(long chatId,
long messageThreadId)
Returns MessageLink
chatId - Identifier of the chat.messageThreadId - Message thread identifier of the forum topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object