mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
6b7b5bb0ec
commit
78facd9468
3 changed files with 3 additions and 3 deletions
|
@ -239,7 +239,7 @@ If the <code>unconfirmed</code> flag is set, clients should display a notificati
|
|||
<ul>
|
||||
<li>Sent by the login notification service user (ID <code>777000</code>)</li>
|
||||
<li>AND is a text message (not a media)</li>
|
||||
<li>AND contains one or more login codes, defined a sequence of 5 to 7 decimal digits, optionally interleaved with or followed by any number of <code>-</code> characters (<a href="https://github.com/tdlib/td/blob/07c1d53a6d3cb1fad58d2822e55eef6d57363581/td/telegram/MessagesManager.cpp#L6513">example implementation »</a>)</li>
|
||||
<li>AND contains one or more login codes, defined as a sequence of 5 to 7 decimal digits, optionally interleaved with or followed by any number of <code>-</code> characters (<a href="https://github.com/tdlib/td/blob/07c1d53a6d3cb1fad58d2822e55eef6d57363581/td/telegram/MessagesManager.cpp#L6513">example implementation »</a>)</li>
|
||||
</ul>
|
||||
<p>Is either:</p>
|
||||
<ul>
|
||||
|
|
|
@ -365,7 +365,7 @@
|
|||
<h5><a class="anchor" href="#new-methods" id="new-methods" name="new-methods"><i class="anchor-icon"></i></a>New Methods</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/method/account.invalidateSignInCodes">account.invalidateSignInCodes</a> - Invalidate the specified login codes, see <a href="/api/auth#invalidating-login-codes">here »</a> for more info.</li>
|
||||
<li>Added <a href="/method/channels.clickSponsoredMessage">channels.clickSponsoredMessage</a> - </li>
|
||||
<li>Added <a href="/method/channels.clickSponsoredMessage">channels.clickSponsoredMessage</a> - Informs the server that the user has either:</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-methods" id="changed-methods" name="changed-methods"><i class="anchor-icon"></i></a>Changed Methods</h5>
|
||||
<ul>
|
||||
|
|
|
@ -813,7 +813,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.clickSponsoredMessage">channels.clickSponsoredMessage</a></td>
|
||||
<td> </td>
|
||||
<td>Informs the server that the user has either:<br><br>- Clicked on a link in the sponsored message<br>- Has opened a sponsored chat or a sponsored website via the associated button<br>- Has opened the sponsored chat via the sponsored message name, the sponsored message photo, or a mention in the sponsored message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/contacts.editCloseFriends">contacts.editCloseFriends</a></td>
|
||||
|
|
Loading…
Reference in a new issue