mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 04:47:21 +01:00
561 B
561 B
title | description |
---|---|
gcmDeviceToken | Token for GCM |
Constructor: gcmDeviceToken
Token for GCM
Attributes:
Name | Type | Required | Description |
---|---|---|---|
token | string | Yes | The token |
Type: DeviceToken
Example:
$gcmDeviceToken = ['_' => 'gcmDeviceToken', 'token' => string, ];
Or, if you're into Lua:
gcmDeviceToken={_='gcmDeviceToken', token=string, }