Update content of files

This commit is contained in:
GitHub Action 2021-10-26 16:53:20 +00:00
parent 0af5b24069
commit c1e4d9e6c6
2 changed files with 0 additions and 8 deletions

View file

@ -128,10 +128,6 @@ You can visit <a href="/schema">the schema</a> for an updated list of constructo
<li>Added <strong>flags</strong>, <strong>new_settings</strong> parameters in <a href="/method/auth.recoverPassword">auth.recoverPassword</a></li>
<li>Added <strong>limit</strong> parameter in <a href="/method/phone.getGroupCall">phone.getGroupCall</a></li>
</ul>
<h5><a class="anchor" href="#deleted-methods" id="deleted-methods" name="deleted-methods"><i class="anchor-icon"></i></a>Deleted Methods</h5>
<ul>
<li>Removed messages.getStatsURL</li>
</ul>
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
<ul>
<li>Added <a href="/constructor/account.resetPasswordFailedWait">account.resetPasswordFailedWait</a> - You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.</li>

View file

@ -631,10 +631,6 @@
<td><a href="/method/channels.toggleSlowMode">channels.toggleSlowMode</a></td>
<td>Toggle supergroup slow mode: if enabled, users will only be able to send one message every <code>seconds</code> seconds</td>
</tr>
<tr>
<td><a href="/method/messages.getStatsURL">messages.getStatsURL</a></td>
<td>Returns URL with the chat statistics. Currently this method can be used only for channels</td>
</tr>
</tbody>
</table>
<h3><a class="anchor" href="#working-with-chatssupergroupschannels" id="working-with-chatssupergroupschannels" name="working-with-chatssupergroupschannels"><i class="anchor-icon"></i></a>Working with <a href="/api/channel">chats/supergroups/channels</a></h3>