mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 01:00:50 +01:00
Update content of files
This commit is contained in:
parent
e0a21e8908
commit
4785fca991
1 changed files with 5 additions and 3 deletions
|
@ -288,11 +288,13 @@ tg://resolve?domain=<username>&voicechat=<invite_hash></code></p
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h3><a class="anchor" href="#stickerset-links" id="stickerset-links" name="stickerset-links"><i class="anchor-icon"></i></a>Stickerset links</h3>
|
<h3><a class="anchor" href="#stickerset-links" id="stickerset-links" name="stickerset-links"><i class="anchor-icon"></i></a>Stickerset links</h3>
|
||||||
<p>Used to import stickersets as described <a href="/api/stickers#installing-stickersets">here »</a>.</p>
|
<p>Used to import stickersets or <a href="/api/custom-emoji">custom emoji</a> stickersets as described <a href="/api/stickers#installing-stickersets">here »</a>.</p>
|
||||||
<p><code>t.me</code> syntax:</p>
|
<p><code>t.me</code> syntax:</p>
|
||||||
<pre><code>t.me/addstickers/<slug></code></pre>
|
<pre><code>t.me/addstickers/<slug>
|
||||||
|
t.me/addemoji/<slug></code></pre>
|
||||||
<p><code>tg:</code> syntax:</p>
|
<p><code>tg:</code> syntax:</p>
|
||||||
<pre><code>tg://addstickers?set=<slug></code></pre>
|
<pre><code>tg://addstickers?set=<slug>
|
||||||
|
tg://addemoji?set=<slug></code></pre>
|
||||||
<p>Parameters:</p>
|
<p>Parameters:</p>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue