public static class TdApi.ForumTopics extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
nextOffsetDate
Offset date for the next getForumTopics request.
|
long |
nextOffsetMessageId
Offset message identifier for the next getForumTopics request.
|
long |
nextOffsetMessageThreadId
Offset message thread identifier for the next getForumTopics request.
|
TdApi.ForumTopic[] |
topics
List of forum topics.
|
int |
totalCount
Approximate total number of forum topics found.
|
| Constructor and Description |
|---|
ForumTopics()
Describes a list of forum topics.
|
ForumTopics(int totalCount,
TdApi.ForumTopic[] topics,
int nextOffsetDate,
long nextOffsetMessageId,
long nextOffsetMessageThreadId)
Describes a list of forum topics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.ForumTopic[] topics
public int nextOffsetDate
public long nextOffsetMessageId
public long nextOffsetMessageThreadId
public static final int CONSTRUCTOR
public ForumTopics()
public ForumTopics(int totalCount,
TdApi.ForumTopic[] topics,
int nextOffsetDate,
long nextOffsetMessageId,
long nextOffsetMessageThreadId)
totalCount - Approximate total number of forum topics found.topics - List of forum topics.nextOffsetDate - Offset date for the next getForumTopics request.nextOffsetMessageId - Offset message identifier for the next getForumTopics request.nextOffsetMessageThreadId - Offset message thread identifier for the next getForumTopics request.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object