mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +01:00
Update content of files
This commit is contained in:
parent
c2fd2a3f5b
commit
cf119d919d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<li><code>3</code> - MPNS (channel URI for microsoft push)</li>
|
||||
<li><code>4</code> - Simple push (endpoint for firefox's deprecated simple push API): note that this push type can also be used by an open source push notification spec like <a href="https://unifiedpush.org/">UnifiedPush »</a>.<br>
|
||||
Simple push works by sending a simple PUT request with a <code>version=number</code> payload to the specified HTTPS endpoint every time a relevant message is received: upon receiving such a notification, clients should connect to the MTProto API and fetch <a href="/api/updates">updates</a>.<br>
|
||||
(Note that the <code>number</code> won't necessarily be incremental in Telegram's implementation, just treat each distinct request as a distinct wake-up signal).</li>
|
||||
(Note that the <code>number</code> won't necessarily be incremental in Telegram's implementation, just treat each distinct request as a signal that a message is waiting to be fetched via MTProto).</li>
|
||||
<li><code>5</code> - Ubuntu phone (token for ubuntu push)</li>
|
||||
<li><code>6</code> - Blackberry (token for blackberry push)</li>
|
||||
<li><code>7</code> - MTProto separate session</li>
|
||||
|
|
Loading…
Reference in a new issue