mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
687 B
687 B
title | description | nav_exclude | image |
---|---|---|---|
emailVerificationApple | Apple ID email verification token | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: emailVerificationApple
Apple ID email verification token
Attributes:
Name | Type | Required | Description |
---|---|---|---|
token | string | Yes | Token |
Type: EmailVerification
Example:
$emailVerificationApple = ['_' => 'emailVerificationApple', 'token' => 'string'];