mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 02:32:23 +01:00
Update content of files
This commit is contained in:
parent
367850a956
commit
d73d8a1f0f
3 changed files with 4 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
|||
<tr>
|
||||
<td><strong>currency</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td>Three-letter ISO 4217 <a href="/bots/payments#supported-currencies">currency</a> code</td>
|
||||
<td>Three-letter ISO 4217 <a href="/bots/payments#supported-currencies">currency</a> code, or <code>XTR</code> for <a href="/api/stars">Telegram Stars</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>prices</strong></td>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<tr>
|
||||
<td><strong>currency</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td>Three-letter ISO 4217 <a href="/bots/payments#supported-currencies">currency</a> code</td>
|
||||
<td>Three-letter ISO 4217 <a href="/bots/payments#supported-currencies">currency</a> code, or <code>XTR</code> for <a href="/api/stars">Telegram Stars</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>total_amount</strong></td>
|
||||
|
|
|
@ -133,6 +133,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="#authsendcode" id="authsendcode" name="authsendcode"><i class="anchor-icon"></i></a><a href="/method/auth.sendCode">auth.sendCode</a></h4>
|
||||
<p>Send the verification code for login</p>
|
||||
<h4><a class="anchor" href="#authrequestfirebasesms" id="authrequestfirebasesms" name="authrequestfirebasesms"><i class="anchor-icon"></i></a><a href="/method/auth.requestFirebaseSms">auth.requestFirebaseSms</a></h4>
|
||||
<p>Request an SMS code via Firebase.</p>
|
||||
<h4><a class="anchor" href="#user-authorization" id="user-authorization" name="user-authorization"><i class="anchor-icon"></i></a><a href="/api/auth">User Authorization</a></h4>
|
||||
<p>How to register a user's phone to start using the API.</p></div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue