Update content of files

This commit is contained in:
GitHub Action 2024-07-25 17:44:28 +00:00
parent 367850a956
commit d73d8a1f0f
3 changed files with 4 additions and 2 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>