1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:56:55 +01:00
MadelineProto/docs/TD_docs/constructors/simplePushDeviceToken.md

619 B

title description
simplePushDeviceToken Token for simple push

Constructor: simplePushDeviceToken

Back to constructors index

Token for simple push

Attributes:

Name Type Required Description
token string Yes The token

Type: DeviceToken

Example:

$simplePushDeviceToken = ['_' => 'simplePushDeviceToken', 'token' => string, ];

Or, if you're into Lua:

simplePushDeviceToken={_='simplePushDeviceToken', token=string, }