Package org.drinkless.tdlib
Class TdApi.ForumTopics
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ForumTopics
- Enclosing class:
- TdApi
Describes a list of forum topics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intOffset date for the next getForumTopics request.longOffset message identifier for the next getForumTopics request.longOffset message thread identifier for the next getForumTopics request.List of forum topics.intApproximate total number of forum topics found. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a list of forum topics.ForumTopics(int totalCount, TdApi.ForumTopic[] topics, int nextOffsetDate, long nextOffsetMessageId, long nextOffsetMessageThreadId) Describes a list of forum topics. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of forum topics found. -
topics
List of forum topics. -
nextOffsetDate
public int nextOffsetDateOffset date for the next getForumTopics request. -
nextOffsetMessageId
public long nextOffsetMessageIdOffset message identifier for the next getForumTopics request. -
nextOffsetMessageThreadId
public long nextOffsetMessageThreadIdOffset message thread identifier for the next getForumTopics request. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ForumTopics
public ForumTopics()Describes a list of forum topics. -
ForumTopics
public ForumTopics(int totalCount, TdApi.ForumTopic[] topics, int nextOffsetDate, long nextOffsetMessageId, long nextOffsetMessageThreadId) Describes a list of forum topics.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-