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
4d6028d752
commit
7a97557673
4 changed files with 112 additions and 6 deletions
|
@ -866,6 +866,108 @@ These links are used to confirm ownership of the phone number, to prevent accoun
|
|||
<td>Base64URL-encoded <a href="/api/qr-login">QR code login token</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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:</p>
|
||||
<p>t.me syntax:</p>
|
||||
<pre><code>t.me/addstickers/<name></code></pre>
|
||||
<p>tg: syntax:</p>
|
||||
<pre><code>tg://addstickers?set=<name></code></pre>
|
||||
<p>Parameters:</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th style="text-align: center;">Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>name</code></td>
|
||||
<td style="text-align: center;">Required</td>
|
||||
<td>Stickerset name</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#custom-emoji-stickerset-links" id="custom-emoji-stickerset-links" name="custom-emoji-stickerset-links"><i class="anchor-icon"></i></a>Custom emoji stickerset links</h3>
|
||||
<p>Used to import custom emoji stickersets:</p>
|
||||
<p>t.me syntax:</p>
|
||||
<pre><code>t.me/addemoji/<name></code></pre>
|
||||
<p>tg: syntax:</p>
|
||||
<pre><code>tg://addemoji?set=<name></code></pre>
|
||||
<p>Parameters:</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th style="text-align: center;">Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>name</code></td>
|
||||
<td style="text-align: center;">Required</td>
|
||||
<td>Stickerset name</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#theme-links" id="theme-links" name="theme-links"><i class="anchor-icon"></i></a>Theme links</h3>
|
||||
<p>t.me syntax:</p>
|
||||
<pre><code>t.me/addtheme/<name></code></pre>
|
||||
<p>tg: syntax:</p>
|
||||
<pre><code>tg://addtheme?slug=<name></code></pre>
|
||||
<p>Parameters:</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th style="text-align: center;">Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>name</code></td>
|
||||
<td style="text-align: center;">Required</td>
|
||||
<td>Theme name</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#voice-chatvideo-chatlivestream-links" id="voice-chatvideo-chatlivestream-links" name="voice-chatvideo-chatlivestream-links"><i class="anchor-icon"></i></a>Voice chat/Video chat/Livestream links</h3>
|
||||
<p>Used to join voice chats and video chats in groups, and livestreams in channels.<br>
|
||||
Such links are generated using <a href="/method/phone.exportGroupCallInvite">phone.exportGroupCallInvite</a>. </p>
|
||||
<p>t.me syntax:</p>
|
||||
<pre><code>t.me/<username>?voicechat
|
||||
t.me/<username>?voicechat=<invite_hash>
|
||||
t.me/<username>?videochat
|
||||
t.me/<username>?videochat=<invite_hash>
|
||||
t.me/<username>?livestream
|
||||
t.me/<username>?livestream=<invite_hash></code></pre>
|
||||
<p>tg: syntax:</p>
|
||||
<pre><code>tg://resolve?domain=<username>&voicechat
|
||||
tg://resolve?domain=<username>&voicechat=<invite_hash>
|
||||
tg://resolve?domain=<username>&videochat
|
||||
tg://resolve?domain=<username>&videochat=<invite_hash>
|
||||
tg://resolve?domain=<username>&livestream
|
||||
tg://resolve?domain=<username>&livestream=<invite_hash></code></pre>
|
||||
<p>Parameters:</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th style="text-align: center;">Optional</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>invite_hash</code></td>
|
||||
<td style="text-align: center;">Optional</td>
|
||||
<td>Invite hash exported if the <code>can_self_unmute</code> flag is set when calling <a href="/method/phone.exportGroupCallInvite">phone.exportGroupCallInvite</a>: should be passed to <a href="/method/phone.joinGroupCall">phone.joinGroupCall</a>, allows the user to speak in livestreams or muted group chats.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/phone.exportGroupCallInvite" >phone.exportGroupCallInvite</a></li></ul></div>
|
||||
<h1 id="dev_page_title">phone.exportGroupCallInvite</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get an invite link for a group call or livestream</p>
|
||||
<div id="dev_page_content"><p>Get an <a href="/api/links#voice-chat-video-chat-livestream-links">invite link</a> for a group call or livestream</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -76,7 +76,7 @@
|
|||
<tr>
|
||||
<td><strong>can_self_unmute</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>For livestreams, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand).</td>
|
||||
<td>For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>call</strong></td>
|
||||
|
@ -86,7 +86,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/phone.ExportedGroupCallInvite">phone.ExportedGroupCallInvite</a></p></div>
|
||||
<p><a href="/type/phone.ExportedGroupCallInvite">phone.ExportedGroupCallInvite</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="#links" id="links" name="links"><i class="anchor-icon"></i></a><a href="/api/links">Links</a></h4></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
<tr>
|
||||
<td><strong>invite_hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/string">string</a></td>
|
||||
<td>The invitation hash from the invite link: <code>https://t.me/username?voicechat=hash</code></td>
|
||||
<td>The invitation hash from the <a href="/api/links#video-chat-video-chat-livestream-links">invite link »</a>, if provided allows speaking in a livestream or muted group chat.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>params</strong></td>
|
||||
|
@ -149,7 +149,9 @@
|
|||
<td>The specified peer cannot be used to join a group call.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</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="#links" id="links" name="links"><i class="anchor-icon"></i></a><a href="/api/links">Links</a></h4></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1626,7 +1626,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/phone.exportGroupCallInvite">phone.exportGroupCallInvite</a></td>
|
||||
<td>Get an invite link for a group call or livestream</td>
|
||||
<td>Get an <a href="/api/links#voice-chat-video-chat-livestream-links">invite link</a> for a group call or livestream</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.getGroupCallJoinAs">phone.getGroupCallJoinAs</a></td>
|
||||
|
|
Loading…
Reference in a new issue