Update content of files

This commit is contained in:
GitHub Action 2023-12-03 21:07:07 +00:00
parent d608c1530a
commit ecb28af550
5 changed files with 19 additions and 4 deletions

View file

@ -168,6 +168,10 @@
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
<h4><a class="anchor" href="#channeladminlogeventactionparticipantjoin" id="channeladminlogeventactionparticipantjoin" name="channeladminlogeventactionparticipantjoin"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionParticipantJoin">channelAdminLogEventActionParticipantJoin</a></h4>
<p>A user has joined the group (in the case of big groups, info of the user that has joined isn't shown)</p>
<h4><a class="anchor" href="#channeladminlogeventactionparticipantjoinbyinvite" id="channeladminlogeventactionparticipantjoinbyinvite" name="channeladminlogeventactionparticipantjoinbyinvite"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionParticipantJoinByInvite">channelAdminLogEventActionParticipantJoinByInvite</a></h4>
<p>A user joined the <a href="/api/channel">supergroup/channel</a> using a specific invite link</p>
<h4><a class="anchor" href="#channeladminlogeventactionparticipantjoinbyrequest" id="channeladminlogeventactionparticipantjoinbyrequest" name="channeladminlogeventactionparticipantjoinbyrequest"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">channelAdminLogEventActionParticipantJoinByRequest</a></h4>
<p>A new member was accepted to the chat by an admin</p>
<h4><a class="anchor" href="#channeladminlogeventactionparticipantleave" id="channeladminlogeventactionparticipantleave" name="channeladminlogeventactionparticipantleave"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionParticipantLeave">channelAdminLogEventActionParticipantLeave</a></h4>
<p>A user left the channel/supergroup (in the case of big groups, info of the user that has joined isn't shown)</p>
<h4><a class="anchor" href="#channeladminlogeventactionparticipantinvite" id="channeladminlogeventactionparticipantinvite" name="channeladminlogeventactionparticipantinvite"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionParticipantInvite">channelAdminLogEventActionParticipantInvite</a></h4>
@ -190,6 +194,10 @@
<p>Channel/supergroup title was changed</p>
<h4><a class="anchor" href="#channeladminlogeventactionchangeusername" id="channeladminlogeventactionchangeusername" name="channeladminlogeventactionchangeusername"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionChangeUsername">channelAdminLogEventActionChangeUsername</a></h4>
<p>Channel/supergroup username was changed</p>
<h4><a class="anchor" href="#channeladminlogeventactiontoggleslowmode" id="channeladminlogeventactiontoggleslowmode" name="channeladminlogeventactiontoggleslowmode"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionToggleSlowMode">channelAdminLogEventActionToggleSlowMode</a></h4>
<p><a href="/method/channels.toggleSlowMode">Slow mode setting for supergroups was changed</a></p>
<h4><a class="anchor" href="#channeladminlogeventactionchangehistoryttl" id="channeladminlogeventactionchangehistoryttl" name="channeladminlogeventactionchangehistoryttl"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionChangeHistoryTTL">channelAdminLogEventActionChangeHistoryTTL</a></h4>
<p>The Time-To-Live of messages in this chat was changed</p>
<h4><a class="anchor" href="#channeladminlogeventactiontoggleinvites" id="channeladminlogeventactiontoggleinvites" name="channeladminlogeventactiontoggleinvites"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionToggleInvites">channelAdminLogEventActionToggleInvites</a></h4>
<p>Invites were enabled/disabled</p>
<h4><a class="anchor" href="#channeladminlogeventactiontoggleprehistoryhidden" id="channeladminlogeventactiontoggleprehistoryhidden" name="channeladminlogeventactiontoggleprehistoryhidden"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionTogglePreHistoryHidden">channelAdminLogEventActionTogglePreHistoryHidden</a></h4>
@ -198,6 +206,8 @@
<p>Channel signatures were enabled/disabled</p>
<h4><a class="anchor" href="#channeladminlogeventactiondefaultbannedrights" id="channeladminlogeventactiondefaultbannedrights" name="channeladminlogeventactiondefaultbannedrights"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionDefaultBannedRights">channelAdminLogEventActionDefaultBannedRights</a></h4>
<p>The default banned rights were modified</p>
<h4><a class="anchor" href="#channeladminlogeventactiontoggleforum" id="channeladminlogeventactiontoggleforum" name="channeladminlogeventactiontoggleforum"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionToggleForum">channelAdminLogEventActionToggleForum</a></h4>
<p><a href="/api/forum">Forum</a> functionality was enabled or disabled.</p>
<h4><a class="anchor" href="#channeladminlogeventactionupdatepinned" id="channeladminlogeventactionupdatepinned" name="channeladminlogeventactionupdatepinned"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionUpdatePinned">channelAdminLogEventActionUpdatePinned</a></h4>
<p>A message was pinned</p>
<h4><a class="anchor" href="#channeladminlogeventactioneditmessage" id="channeladminlogeventactioneditmessage" name="channeladminlogeventactioneditmessage"><i class="anchor-icon"></i></a><a href="/constructor/channelAdminLogEventActionEditMessage">channelAdminLogEventActionEditMessage</a></h4>

View file

@ -92,7 +92,7 @@
<p><a href="/type/messages.SearchCounter">messages.SearchCounter</a></p>
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
<h4><a class="anchor" href="#messagessearch" id="messagessearch" name="messagessearch"><i class="anchor-icon"></i></a><a href="/method/messages.search">messages.search</a></h4>
<p>Returns found messages</p></div>
<p>Search for messages.</p></div>
</div>

View file

@ -82,7 +82,7 @@
<tr>
<td><strong>force</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
<td>If set, topics pinned server-side but not present in the order field will be unpinned: as a result, only the topics passed in <code>order</code> will be pinned. If not set, only topics passed in <code>order</code> but not yet pinned server-side will be pinned, pinned topics not mentioned in <code>order</code> will remain pinned.</td>
<td>If not set, the order of only the topics present both server-side and in <code>order</code> will be changed (i.e. mentioning topics not pinned server-side in <code>order</code> will not pin them, and not mentioning topics pinned server-side will not unpin them). <br>If set, the entire server-side pinned topic list will be replaced with <code>order</code> (i.e. mentioning topics not pinned server-side in <code>order</code> will pin them, and not mentioning topics pinned server-side will unpin them)</td>
</tr>
<tr>
<td><strong>channel</strong></td>

View file

@ -120,7 +120,12 @@
</tr>
</tbody>
</table>
<h3><a class="anchor" href="#bots-can-use-this-method" id="bots-can-use-this-method" name="bots-can-use-this-method"><i class="anchor-icon"></i></a>Bots can use this method</h3></div>
<h3><a class="anchor" href="#bots-can-use-this-method" id="bots-can-use-this-method" name="bots-can-use-this-method"><i class="anchor-icon"></i></a>Bots can use this method</h3>
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
<h4><a class="anchor" href="#file-references" id="file-references" name="file-references"><i class="anchor-icon"></i></a><a href="/api/file_reference">File references</a></h4>
<p>How to handle file references.</p>
<h4><a class="anchor" href="#photo" id="photo" name="photo"><i class="anchor-icon"></i></a><a href="/constructor/photo">photo</a></h4>
<p>Photo</p></div>
</div>

View file

@ -123,7 +123,7 @@
</tr>
<tr>
<td><a href="/method/messages.search">messages.search</a></td>
<td>Returns found messages</td>
<td>Search for messages.</td>
</tr>
<tr>
<td><a href="/method/channels.getMessages">channels.getMessages</a></td>