java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ForumTopics
- Enclosing class:
- TdApi
Describes a list of forum topics.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Offset date for the next getForumTopics request.long
Offset message identifier for the next getForumTopics request.long
Offset message thread identifier for the next getForumTopics request.List of forum topics.int
Approximate total number of forum topics found. -
Constructor Summary
ConstructorDescriptionDescribes a list of forum topics.ForumTopics
(int totalCount, TdApi.ForumTopic[] topics, int nextOffsetDate, long nextOffsetMessageId, long nextOffsetMessageThreadId) Describes a list of forum topics.ForumTopics
(DataInput input) Describes a list of forum topics. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- 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
- int Approximate total number of forum topics found.topics
- ForumTopic[] List of forum topics.nextOffsetDate
- int Offset date for the next getForumTopics request.nextOffsetMessageId
- long Offset message identifier for the next getForumTopics request.nextOffsetMessageThreadId
- long Offset message thread identifier for the next getForumTopics request.
-
ForumTopics
Describes a list of forum topics.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-