Update content of files

This commit is contained in:
GitHub Action 2024-10-15 09:15:42 +00:00
parent 74a96686aa
commit efc225b229

View file

@ -141,7 +141,7 @@ if result:
request_id = result.get('request_id')
print(f&quot;Request ID: {request_id}&quot;)</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>