MadelineProto/docs/TD_docs/constructors/mpnsDeviceToken.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

685 B

title description
mpnsDeviceToken Token for MPNS

Constructor: mpnsDeviceToken

Back to constructors index

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'}