mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 14:43:05 +01:00
Update content of files
This commit is contained in:
parent
cbfcb6fcce
commit
c555d6d64d
3 changed files with 19 additions and 30 deletions
|
@ -88,7 +88,7 @@
|
|||
<tr>
|
||||
<td><strong>q</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Search for a user in the pending join requests list: only available when the <code>requested</code> flag is set, cannot be used together with a specific <code>link</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_date</strong></td>
|
||||
|
|
|
@ -173,7 +173,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>STICKER_GIF_DIMENSIONS</td>
|
||||
<td> </td>
|
||||
<td>The specified video sticker has invalid dimensions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
@ -208,7 +208,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>STICKER_VIDEO_BIG</td>
|
||||
<td> </td>
|
||||
<td>The specified video sticker is too big.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
|
|
@ -1758,6 +1758,22 @@
|
|||
<td><a href="/method/messages.unpinAllMessages">messages.unpinAllMessages</a></td>
|
||||
<td><a href="/api/pin">Unpin</a> all pinned messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.toggleNoForwards">messages.toggleNoForwards</a></td>
|
||||
<td>Enable or disable <a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">content protection</a> on a channel or chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></td>
|
||||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.translateText">messages.translateText</a></td>
|
||||
<td>Translate a given text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSendAs">channels.getSendAs</a></td>
|
||||
<td>Obtains a list of peers that can be used to send messages in a specific group</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-notification-settings" id="working-with-notification-settings" name="working-with-notification-settings"><i class="anchor-icon"></i></a>Working with notification settings</h3>
|
||||
|
@ -2277,33 +2293,6 @@
|
|||
<td>Create and upload a new wallpaper</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#other" id="other" name="other"><i class="anchor-icon"></i></a>Other</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.toggleNoForwards">messages.toggleNoForwards</a></td>
|
||||
<td>Enable or disable <a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">content protection</a> on a channel or chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></td>
|
||||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.translateText">messages.translateText</a></td>
|
||||
<td>Translate a given text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSendAs">channels.getSendAs</a></td>
|
||||
<td>Obtains a list of peers that can be used to send messages in a specific group</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue