From cc6a4b8f6d3501735a28f1684e8f4bb29a9d4574 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 3 Dec 2023 21:14:52 +0000 Subject: [PATCH] Update content of files --- .../method/channels.getForumTopics.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/web/corefork.telegram.org/method/channels.getForumTopics.html b/data/web/corefork.telegram.org/method/channels.getForumTopics.html index f064a92f1c..e5cfbcc9ad 100644 --- a/data/web/corefork.telegram.org/method/channels.getForumTopics.html +++ b/data/web/corefork.telegram.org/method/channels.getForumTopics.html @@ -86,22 +86,22 @@ offset_date int -Offsets for pagination, for more info click here. The date starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last topic. +Offsets for pagination, for more info click here, date of the last message of the topic. Use 0 or any date in the future to get results from the last topic. offset_id int -Offsets for pagination, for more info click here +Offsets for pagination, for more info click here, ID of the last message of a topic (or initially 0). offset_topic int -Offsets for pagination, for more info click here +Offsets for pagination, for more info click here, ID of the topic (or initially 0). limit int -Maximum number of results to return, see pagination +Maximum number of results to return, see pagination. For optimal performance, the number of returned topics is chosen by the server and can be smaller than the specified limit.