mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 04:07:20 +01:00
649 B
649 B
title | description |
---|---|
deviceTokenSet | Contains list of device tokens |
Constructor: deviceTokenSet
Contains list of device tokens
Attributes:
Name | Type | Required | Description |
---|---|---|---|
tokens | Array of DeviceToken | Yes | List of tokens |
Type: DeviceTokenSet
Example:
$deviceTokenSet = ['_' => 'deviceTokenSet', 'tokens' => [DeviceToken], ];
Or, if you're into Lua:
deviceTokenSet={_='deviceTokenSet', tokens={DeviceToken}, }