mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
Update content of files
This commit is contained in:
parent
178317f18c
commit
af445d5dd6
4 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Verify phone numbers of your users for just $0.01 per code through Telegram Gateway.">
|
||||
<meta property="og:title" content="Telegram Gateway">
|
||||
<meta property="og:image" content="https://blogfork.telegram.org/file/400780400658/1/KzqXYJ29JGs.45959/e1be634e32ae8b8f00">
|
||||
<meta property="og:image" content="https://telegram.org/file/400780400419/2/H5WplE2Py_k.75738/b5b028c986d948d3bb">
|
||||
<meta property="og:description" content="Verify phone numbers of your users for just $0.01 per code through Telegram Gateway.">
|
||||
<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">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Verify phone numbers of your users for just $0.01 per code through Telegram Gateway.">
|
||||
<meta property="og:title" content="Telegram Gateway">
|
||||
<meta property="og:image" content="https://core.telegram.org/file/400780400658/1/KzqXYJ29JGs.45959/e1be634e32ae8b8f00">
|
||||
<meta property="og:image" content="https://telegram.org/file/400780400419/2/H5WplE2Py_k.75738/b5b028c986d948d3bb">
|
||||
<meta property="og:description" content="Verify phone numbers of your users for just $0.01 per code through Telegram Gateway.">
|
||||
<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">
|
||||
|
|
|
@ -75,6 +75,9 @@
|
|||
</blockquote>
|
||||
<h4><a class="anchor" name="sendverificationmessage" href="#sendverificationmessage"><i class="anchor-icon"></i></a>sendVerificationMessage</h4>
|
||||
<p>Use this method to send a verification message. Charges will apply according to the pricing plan for each successful message delivery. Note that this method is always free of charge when used to send codes to your own phone number. On success, returns a <a href="#requeststatus">RequestStatus</a> object.</p>
|
||||
<blockquote>
|
||||
<p><a href="https://core.telegram.org/gateway/verification-tutorial#sending-auth-codes">See the tutorial for examples ></a></p>
|
||||
</blockquote>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -140,7 +143,7 @@
|
|||
<p>Within the scope of a <em>request_id</em>, only one fee can be charged. Calling <a href="#sendverificationmessage">sendVerificationMessage</a> once with the returned <em>request_id</em> will be free of charge, while repeated calls will result in an error. Conversely, calls that don't include a <em>request_id</em> will spawn new requests and incur the respective fees accordingly. Note that this method is always free of charge when used to send codes to your own phone number.</p>
|
||||
<p>In case the message can be sent, returns a <a href="#requeststatus">RequestStatus</a> object. Otherwise, an appropriate error will be returned. </p>
|
||||
<blockquote>
|
||||
<p><a href="https://core.telegram.org/gateway/verification-tutorial#checking-that-codes-can-be-delivered">See Example in the Tutorial ></a></p>
|
||||
<p><a href="https://core.telegram.org/gateway/verification-tutorial#checking-that-codes-can-be-delivered">See the tutorial for examples ></a></p>
|
||||
</blockquote>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -162,6 +165,9 @@
|
|||
</table>
|
||||
<h4><a class="anchor" name="checkverificationstatus" href="#checkverificationstatus"><i class="anchor-icon"></i></a>checkVerificationStatus</h4>
|
||||
<p>Use this method to check the status of a verification message that was sent previously. If the code was generated by Telegram for you, you can also verify the correctness of the code entered by the user using this method. Even if you set the code yourself, it is recommended to call this method after the user has successfully entered the code, passing the correct code in the <em>code</em> parameter, so that we can track the conversion rate of your verifications. On success, returns a <a href="#requeststatus">RequestStatus</a> object.</p>
|
||||
<blockquote>
|
||||
<p><a href="https://core.telegram.org/gateway/verification-tutorial#checking-the-authorization-status">See the tutorial for examples ></a></p>
|
||||
</blockquote>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Verify phone numbers of your users for just $0.01 per code through Telegram Gateway.">
|
||||
<meta property="og:title" content="Telegram Gateway">
|
||||
<meta property="og:image" content="https://corefork.telegram.org/file/400780400658/1/KzqXYJ29JGs.45959/e1be634e32ae8b8f00">
|
||||
<meta property="og:image" content="https://telegram.org/file/400780400419/2/H5WplE2Py_k.75738/b5b028c986d948d3bb">
|
||||
<meta property="og:description" content="Verify phone numbers of your users for just $0.01 per code through Telegram Gateway.">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Reference in a new issue