public static class TdApi.GetForumTopic extends TdApi.Function<TdApi.ForumTopic>
Returns ForumTopic
| 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 |
|---|
GetForumTopic()
Default constructor for a function, which returns information about a forum topic.
|
GetForumTopic(long chatId,
long messageThreadId)
Creates a function, which returns information about a forum topic.
|
| 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 GetForumTopic()
Returns ForumTopic
public GetForumTopic(long chatId,
long messageThreadId)
Returns ForumTopic
chatId - Identifier of the chat.messageThreadId - Message thread identifier of the forum topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object