mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-16 05:46:57 +01:00
682 B
682 B
title | description |
---|---|
mpnsDeviceToken | Token for MPNS |
Constructor: mpnsDeviceToken
Token for MPNS
Attributes:
Name | Type | Required | Description |
---|---|---|---|
token | string | Yes | The token |
Type: DeviceToken
Example:
$mpnsDeviceToken = ['_' => 'mpnsDeviceToken', 'token' => string, ];
PWRTelegram json-encoded version:
{"_":"mpnsDeviceToken","token":"string"}
Or, if you're into Lua:
mpnsDeviceToken={_='mpnsDeviceToken', token=string, }