mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
30 lines
687 B
Markdown
30 lines
687 B
Markdown
|
---
|
||
|
title: "emailVerificationApple"
|
||
|
description: "Apple ID email verification token"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: emailVerificationApple
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Apple ID email verification token
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|token|[string](/API_docs/types/string.html) | Yes|Token|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [EmailVerification](/API_docs/types/EmailVerification.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$emailVerificationApple = ['_' => 'emailVerificationApple', 'token' => 'string'];
|
||
|
```
|