View Source ExTDLib.Object.ForumTopics (ExTDLib v0.0.4)
Describes a list of forum topics.
| Name | Type | Description |
|---|---|---|
| total_count | number | Approximate total number of forum topics found. |
| topics | forumTopic | List of forum topics. |
| next_offset_date | number | Offset date for the next getForumTopics request. |
| next_offset_message_id | string | Offset message identifier for the next getForumTopics request. |
| next_offset_message_thread_id | string | Offset message thread identifier for the next getForumTopics request. |
More details on telegram's documentation.