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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 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.
-
ForumTopics
Describes a list of forum topics.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-