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
cbd60dfa0a
commit
c2fd2a3f5b
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@
|
|||
<li><code>1</code> - APNS (device token for apple push)</li>
|
||||
<li><code>2</code> - FCM (firebase token for google firebase)</li>
|
||||
<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>.</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>
|
||||
<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