Update content of files

This commit is contained in:
GitHub Action 2021-10-19 18:49:29 +00:00
parent aaa5f78e8c
commit c3558c2ee9
2 changed files with 5 additions and 3 deletions

View file

@ -77,7 +77,6 @@ You can visit <a href="/schema">the schema</a> for an updated list of constructo
<li>Added <a href="/constructor/sendMessageChooseStickerAction">sendMessageChooseStickerAction</a> - User is choosing a sticker</li>
<li>Added <a href="/constructor/sponsoredMessage">sponsoredMessage</a> - A sponsored message</li>
<li>Added <a href="/constructor/messages.sponsoredMessages">messages.sponsoredMessages</a> - A set of sponsored messages associated to a channel</li>
<li>Added <a href="/constructor/channelAdminLogEventActionChangeTheme">channelAdminLogEventActionChangeTheme</a> - The chat theme was changed</li>
</ul>
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
<ul>
@ -106,7 +105,6 @@ You can visit <a href="/schema">the schema</a> for an updated list of constructo
<a href="/constructor/sendMessageChooseStickerAction">sendMessageChooseStickerAction</a>#b05ac6b1 = <a href="/type/SendMessageAction">SendMessageAction</a>;
<a href="/constructor/sponsoredMessage">sponsoredMessage</a>#2a3c381f flags:<a href="/type/%23">#</a> random_id:<a href="/type/bytes">bytes</a> from_id:<a href="/type/Peer">Peer</a> start_param:flags.0?<a href="/type/string">string</a> message:<a href="/type/string">string</a> entities:flags.1?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/MessageEntity">MessageEntity</a>&gt; = <a href="/type/SponsoredMessage">SponsoredMessage</a>;<br>
<a href="/constructor/messages.sponsoredMessages">messages.sponsoredMessages</a>#65a4c7d5 messages:<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/SponsoredMessage">SponsoredMessage</a>&gt; chats:<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/Chat">Chat</a>&gt; users:<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/User">User</a>&gt; = <a href="/type/messages.SponsoredMessages">messages.SponsoredMessages</a>;<br>
<a href="/constructor/channelAdminLogEventActionChangeTheme">channelAdminLogEventActionChangeTheme</a>#fe69018d prev_value:<a href="/type/string">string</a> new_value:<a href="/type/string">string</a> = <a href="/type/ChannelAdminLogEventAction">ChannelAdminLogEventAction</a>;<br>
---functions---<br>
<a href="/method/phone.toggleGroupCallRecord">phone.toggleGroupCallRecord</a>#f128c708 flags:<a href="/type/%23">#</a> start:flags.0?<a href="/constructor/true">true</a> video:flags.2?<a href="/constructor/true">true</a> call:<a href="/type/InputGroupCall">InputGroupCall</a> title:flags.1?<a href="/type/string">string</a> video_portrait:flags.2?<a href="/type/Bool">Bool</a> = <a href="/type/Updates">Updates</a>;<br>
<a href="/method/account.getChatThemes">account.getChatThemes</a>#d6d71d7b hash:<a href="/type/int">int</a> = <a href="/type/account.ChatThemes">account.ChatThemes</a>;<br>
@ -127,6 +125,10 @@ 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

@ -92,7 +92,7 @@
<tr>
<td>400</td>
<td>PASSWORD_REQUIRED</td>
<td> </td>
<td>A <a href="https://core.telegram.org/api/srp">2FA password</a> must be configured to use Telegram Passport.</td>
</tr>
</tbody>
</table>