738 B
738 B
title | description |
---|---|
simplePushDeviceToken | Token for simple push |
Constructor: simplePushDeviceToken
Token for simple push
Attributes:
Name | Type | Required | Description |
---|---|---|---|
token | string | Yes | The token |
Type: DeviceToken
Example:
$simplePushDeviceToken = ['_' => 'simplePushDeviceToken', 'token' => string, ];
PWRTelegram json-encoded version:
{"_":"simplePushDeviceToken","token":"string"}
Or, if you're into Lua:
simplePushDeviceToken={_='simplePushDeviceToken', token=string, }