Update content of files

This commit is contained in:
GitHub Action 2024-07-25 16:54:01 +00:00
parent e56faa045f
commit 0452be46a6

View file

@ -4,40 +4,20 @@
<meta charset="utf-8">
<title>auth.reportMissingCode</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters
<meta property="description" content="Official apps only, reports that the SMS authentication code wasn&#39;t delivered.
Parameters
Name
Type
Description
phone_number
string
 
phone_code_hash
string
 
mnc
string
 
Result
Bool
Possible errors…">
phone_number…">
<meta property="og:title" content="auth.reportMissingCode">
<meta property="og:image" content="">
<meta property="og:description" content="Parameters
<meta property="og:description" content="Official apps only, reports that the SMS authentication code wasn&#39;t delivered.
Parameters
Name
Type
Description
phone_number
string
 
phone_code_hash
string
 
mnc
string
 
Result
Bool
Possible errors…">
phone_number…">
<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">
@ -72,7 +52,8 @@ Possible errors…">
<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/auth.reportMissingCode" >auth.reportMissingCode</a></li></ul></div>
<h1 id="dev_page_title">auth.reportMissingCode</h1>
<div id="dev_page_content"><p><div class="clearfix">
<div id="dev_page_content"><p>Official apps only, reports that the SMS authentication code wasn't delivered.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 181 <b class="caret"></b></a>
@ -101,17 +82,17 @@ Possible errors…">
<tr>
<td><strong>phone_number</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td>
<td>Phone number where we were supposed to receive the code</td>
</tr>
<tr>
<td><strong>phone_code_hash</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td>
<td>The phone code hash obtained from <a href="/method/auth.sendCode">auth.sendCode</a></td>
</tr>
<tr>
<td><strong>mnc</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td>
<td><a href="https://en.wikipedia.org/wiki/Mobile_country_code">MNC</a> of the current network operator.</td>
</tr>
</tbody>
</table>