mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 17:30:04 +01:00
Update content of files
This commit is contained in:
parent
74a96686aa
commit
efc225b229
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ if result:
|
|||
request_id = result.get('request_id')
|
||||
print(f"Request ID: {request_id}")</code></pre>
|
||||
<blockquote>
|
||||
<p>If the method indicates that the user can be contacted, you will be <strong>automatically charged</strong> in advance for the price of a message regardless of whether you eventually send one. If the method returns an error (e.g., because the user cannot receive codes), you <strong>will not be charged</strong>. </p>
|
||||
<p>You will be <strong>automatically charged</strong> in advance for the price of <strong>one message</strong> if the method indicates that the user can be contacted – regardless of whether you eventually send one. If the method returns an error (e.g., because the user cannot receive codes), you <strong>will not be charged</strong>. </p>
|
||||
</blockquote>
|
||||
<p>If the check succeeds and you ultimately decide to send a message, use the <code>request_id</code> returned by the <code>checkSendAbility</code> method to avoid paying the message fee again.</p>
|
||||
<h4><a class="anchor" name="revoking-codes" href="#revoking-codes"><i class="anchor-icon"></i></a>Revoking Codes</h4>
|
||||
|
|
Loading…
Reference in a new issue