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. |