diff --git a/data/web/corefork.telegram.org/constructor/messages.forumTopics b/data/web/corefork.telegram.org/constructor/messages.forumTopics index b639614cc5..68cdb90e20 100644 --- a/data/web/corefork.telegram.org/constructor/messages.forumTopics +++ b/data/web/corefork.telegram.org/constructor/messages.forumTopics @@ -74,12 +74,12 @@ order_by_create_date flags.0?true -  +Whether the returned topics are ordered by creation date; if set, pagination by next_offset should use forumTopic.date; otherwise topics are ordered by the last message date, so paginate by the date of the message referenced by forumTopic.top_message. count int -  +Total number of topics matching query; may be less than the topics contained in topics, in which case pagination is required. topics @@ -89,17 +89,17 @@ messages Vector<Message> -  +Related messages (contains the messages mentioned by forumTopic.top_message). chats Vector<Chat> -  +Related chats users Vector<User> -  +Related users pts @@ -111,6 +111,12 @@

Type

messages.ForumTopics

Related pages

+

forumTopic

+

Represents a forum topic.

+

Message

+

Object describing a message.

+

Pagination in the API

+

How to fetch results from large lists of objects.

Working with Updates

How to subscribe to updates and handle them properly.

Forums