Update content of files

This commit is contained in:
GitHub Action 2024-08-07 16:28:51 +00:00
parent 46760f14e5
commit aa4282b563

View file

@ -65,6 +65,7 @@
<li>Clarified that <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a> does <em>not</em> have to be invoked on startup for all channels, as it will be automatically triggered (only for channels that need catching up) by a set of <a href="/constructor/updateChannelTooLong">updateChannelTooLong</a> updates that will be returned by <a href="/method/updates.getDifference">updates.getDifference</a> (that <em>does</em> need to be called on startup).</li>
<li>Clarified that <a href="/api/updates#subscribing-to-updates-of-channels-supergroups">users should short-poll updates.getChannelDifference for currently opened channels/supergroups (including subscribed ones) »</a>.</li>
<li>Clarified that <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a> should not be short-polled via <code>timeout</code> by bots, or if the user is currently not viewing the channel/supergroup.</li>
<li>Clarified that clients should limit to 10 the maximum number of concurrent <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a> calls.</li>
</ul>
</li>
</ul>