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

23 lines
414 B
Markdown
Raw Normal View History

---
2017-08-25 15:05:53 +02:00
title: deviceTokenGcm
description: Token for GCM
---
2017-08-25 15:05:53 +02:00
## Constructor: deviceTokenGcm
[Back to constructors index](index.md)
Token for GCM
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|token|[string](../types/string.md) | Yes|The token, may be empty to unregister device|
### Type: [DeviceToken](../types/DeviceToken.md)