mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 15:59:13 +01:00
Update content of files
This commit is contained in:
parent
1138392865
commit
944d5488b0
5 changed files with 13 additions and 8 deletions
|
@ -4,12 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Stories</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Telegram users and channels can easily post stories through the API.
|
||||
Posting stories">
|
||||
<meta property="description" content="Telegram users and channels can easily post and view stories through the API.">
|
||||
<meta property="og:title" content="Stories">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Telegram users and channels can easily post stories through the API.
|
||||
Posting stories">
|
||||
<meta property="og:description" content="Telegram users and channels can easily post and view stories through the API.">
|
||||
<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">
|
||||
|
@ -46,7 +44,7 @@ Posting stories">
|
|||
|
||||
<div id="dev_page_content"><!-- scroll_nav -->
|
||||
|
||||
<p>Telegram users and channels can easily post <a href="https://telegram.org/blog/stories">stories</a> through the API.</p>
|
||||
<p>Telegram users and channels can easily post and view <a href="https://telegram.org/blog/stories">stories</a> through the API.</p>
|
||||
<h2><a class="anchor" href="#posting-stories" id="posting-stories" name="posting-stories"><i class="anchor-icon"></i></a>Posting stories</h2></div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
</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>
|
||||
<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="#bots" id="bots" name="bots"><i class="anchor-icon"></i></a><a href="/bots">Bots</a></h4></div>
|
||||
<h4><a class="anchor" href="#bots-an-introduction-for-developers" id="bots-an-introduction-for-developers" name="bots-an-introduction-for-developers"><i class="anchor-icon"></i></a><a href="/bots">Bots: An introduction for developers</a></h4></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -145,6 +145,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>TOPIC_HIDE_SEPARATELY</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>TOPIC_ID_INVALID</td>
|
||||
<td>The specified topic ID is invalid.</td>
|
||||
</tr>
|
||||
|
|
|
@ -99,7 +99,8 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<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="#stories" id="stories" name="stories"><i class="anchor-icon"></i></a><a href="/api/stories">Stories</a></h4></div>
|
||||
<h4><a class="anchor" href="#stories" id="stories" name="stories"><i class="anchor-icon"></i></a><a href="/api/stories">Stories</a></h4>
|
||||
<p>Telegram users and channels can easily post and view stories through the API.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -188,7 +188,8 @@
|
|||
<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="#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="#stories" id="stories" name="stories"><i class="anchor-icon"></i></a><a href="/api/stories">Stories</a></h4></div>
|
||||
<h4><a class="anchor" href="#stories" id="stories" name="stories"><i class="anchor-icon"></i></a><a href="/api/stories">Stories</a></h4>
|
||||
<p>Telegram users and channels can easily post and view stories through the API.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue