diff --git a/data/web/corefork.telegram.org/api/updates.html b/data/web/corefork.telegram.org/api/updates.html index b76bab92a4..4842e80230 100644 --- a/data/web/corefork.telegram.org/api/updates.html +++ b/data/web/corefork.telegram.org/api/updates.html @@ -134,7 +134,7 @@ Since local_pts + pts_count < pts (137 < 140), t

For all the other Updates type constructors there is no need to check seq or change a local state.

Recovering gaps

To do this, updates.getDifference (common/secret state) or updates.getChannelDifference (channel state) with the respective local states must be called.
-Only updates.getDifference should also be called on startup, to fetch new updates (preferably with some flags to reduce server load, see the method's docs).
+Only updates.getDifference should also be called on startup, to fetch updates received while the client was offline (preferably with some flags to reduce server load, see the method's docs).
Manually obtaining updates is also required in the following situations: