mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
23 lines
418 B
Markdown
23 lines
418 B
Markdown
---
|
|
title: deviceTokenApns
|
|
description: Token for APNS
|
|
---
|
|
## Constructor: deviceTokenApns
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Token for APNS
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|token|[string](../types/string.md) | Yes|The token, may be empty to unregister device|
|
|
|
|
|
|
|
|
### Type: [DeviceToken](../types/DeviceToken.md)
|
|
|
|
|