ForumTopics¶
Describes a list of forum topics
ForumTopics(
total_count: int32,
topics: list of ForumTopic,
next_offset_date: int32,
next_offset_message_id: int53,
next_offset_forum_topic_id: int32
) → ForumTopics
total_count¶
int32
Approximate total number of forum topics found
topics¶
list of ForumTopic
List of forum topics
next_offset_date¶
int32
Offset date for the next getForumTopics request
next_offset_message_id¶
int53
Offset message identifier for the next getForumTopics request
next_offset_forum_topic_id¶
int32
Offset forum topic identifier for the next getForumTopics request