diff --git a/data/web/corefork.telegram.org/constructor/forumTopic.html b/data/web/corefork.telegram.org/constructor/forumTopic.html
index 033c2f5d7e..80e37a95a8 100644
--- a/data/web/corefork.telegram.org/constructor/forumTopic.html
+++ b/data/web/corefork.telegram.org/constructor/forumTopic.html
@@ -89,7 +89,7 @@
short |
flags.5?true |
- |
+Whether this constructor is a reduced version of the full topic information. If set, only the my , closed , id , date , title , icon_color , icon_emoji_id and from_id parameters will contain valid information. Reduced info is usually only returned in topic-related admin log events » and in the messages.channelMessages constructor: if needed, full information can be fetched using channels.getForumTopicsByID. |
hidden |
diff --git a/data/web/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html b/data/web/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html
index 59e9fbbab3..b558ed2021 100644
--- a/data/web/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html
+++ b/data/web/corefork.telegram.org/constructor/messageActionSetMessagesTTL.html
@@ -79,7 +79,7 @@
auto_setting_from |
flags.0?long |
-If set, notifies the participants of the chat that the user ID specified in auto_setting_from has changed their default TTL settings ». The service message will be automatically emitted before the first message sent by the user auto_setting_from in the current chat, after changing the default TTL settings. |
+If set, the chat TTL setting was set not due to a manual change by one of participants, but automatically because one of the participants has the default TTL settings enabled ». For example, when a user writes to us for the first time and we have set a default messages TTL of 1 week, this service message (with auto_setting_from=our_userid ) will be emitted before our first message. |