mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 16:29:45 +01:00
Update content of files
This commit is contained in:
parent
ac18b24cb4
commit
61d35b8af0
11 changed files with 33 additions and 49 deletions
|
@ -4,22 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Premium</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Premium feature identifiers
|
||||
double_limits - Doubled limits
|
||||
more_upload
|
||||
faster_download
|
||||
voice_to_text
|
||||
no_ads
|
||||
unique_reactions…">
|
||||
<meta property="description" content="Premium feature identifiers">
|
||||
<meta property="og:title" content="Premium">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Premium feature identifiers
|
||||
double_limits - Doubled limits
|
||||
more_upload
|
||||
faster_download
|
||||
voice_to_text
|
||||
no_ads
|
||||
unique_reactions…">
|
||||
<meta property="og:description" content="Premium feature identifiers">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -56,20 +44,7 @@ unique_reactions…">
|
|||
|
||||
<div id="dev_page_content"><!-- scroll_nav -->
|
||||
|
||||
<h3><a class="anchor" href="#premium-feature-identifiers" id="premium-feature-identifiers" name="premium-feature-identifiers"><i class="anchor-icon"></i></a>Premium feature identifiers</h3>
|
||||
<ul>
|
||||
<li>double_limits - Doubled limits</li>
|
||||
<li>more_upload</li>
|
||||
<li>faster_download</li>
|
||||
<li>voice_to_text</li>
|
||||
<li>no_ads</li>
|
||||
<li>unique_reactions</li>
|
||||
<li>premium_stickers</li>
|
||||
<li>advanced_chat_management</li>
|
||||
<li>profile_badge</li>
|
||||
<li>animated_userpics</li>
|
||||
<li>app_icons</li>
|
||||
</ul></div>
|
||||
<h3><a class="anchor" href="#premium-feature-identifiers" id="premium-feature-identifiers" name="premium-feature-identifiers"><i class="anchor-icon"></i></a>Premium feature identifiers</h3></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -96,6 +96,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>AUTH_TOKEN_EXCEPTION</td>
|
||||
<td>An error occurred while importing the auth token.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>AUTH_TOKEN_EXPIRED</td>
|
||||
<td>The authorization token has expired.</td>
|
||||
</tr>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>RIGHTS_NOT_MODIFIED</td>
|
||||
<td> </td>
|
||||
<td>The new admin rights are equal to the old rights, no change was made.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -83,6 +83,23 @@
|
|||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/Bool">Bool</a></p>
|
||||
<h3><a class="anchor" href="#possible-errors" id="possible-errors" name="possible-errors"><i class="anchor-icon"></i></a>Possible errors</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Code</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>BUTTON_TEXT_INVALID</td>
|
||||
<td>The specified button text is invalid.</td>
|
||||
</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>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -134,11 +134,6 @@
|
|||
<td>You have successfully requested to join this chat or channel.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>500</td>
|
||||
<td>MEMBER_CHAT_ADD_FAILED</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>MSG_ID_INVALID</td>
|
||||
<td>Invalid message ID provided.</td>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>EMOTICON_STICKERPACK_MISSING</td>
|
||||
<td> </td>
|
||||
<td>inputStickerSetDice.emoji cannot be empty.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>406</td>
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
<tr>
|
||||
<td>403</td>
|
||||
<td>CHAT_GUEST_SEND_FORBIDDEN</td>
|
||||
<td> </td>
|
||||
<td>You join the discussion group before commenting, see <a href="/api/discussion#requiring-users-to-join-the-group">here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
@ -365,7 +365,9 @@
|
|||
<h4><a class="anchor" href="#styled-text-with-message-entities" id="styled-text-with-message-entities" name="styled-text-with-message-entities"><i class="anchor-icon"></i></a><a href="/api/entities">Styled text with message entities</a></h4>
|
||||
<p>How to create styled text with message entities</p>
|
||||
<h4><a class="anchor" href="#scheduled-messages" id="scheduled-messages" name="scheduled-messages"><i class="anchor-icon"></i></a><a href="/api/scheduled-messages">Scheduled messages</a></h4>
|
||||
<p>Telegram allows scheduling messages</p></div>
|
||||
<p>Telegram allows scheduling messages</p>
|
||||
<h4><a class="anchor" href="#discussion-groups" id="discussion-groups" name="discussion-groups"><i class="anchor-icon"></i></a><a href="/api/discussion">Discussion groups</a></h4>
|
||||
<p><a href="/api/channel">Groups</a> can be associated to a <a href="/api/channel">channel</a> as a <a href="https://telegram.org/blog/privacy-discussions-web-bots">discussion group</a>, to allow users to discuss about posts.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>RESULT_ID_INVALID</td>
|
||||
<td> </td>
|
||||
<td>One of the specified result IDs is invalid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>CREATE_CALL_FAILED</td>
|
||||
<td> </td>
|
||||
<td>An error occurred while creating the call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
|
|
@ -129,11 +129,6 @@
|
|||
<td>The provided JSON data is invalid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>500</td>
|
||||
<td>GROUPCALL_ADD_PARTICIPANTS_FAILED</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>403</td>
|
||||
<td>GROUPCALL_FORBIDDEN</td>
|
||||
<td>The group call has already ended.</td>
|
||||
|
|
|
@ -159,11 +159,6 @@
|
|||
<td>Invalid message ID provided.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>403</td>
|
||||
<td>MTPROTO_CLUSTER_INVALID</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>OFFSET_INVALID</td>
|
||||
<td>The provided offset is invalid.</td>
|
||||
|
|
Loading…
Reference in a new issue