MadelineProtoDocs/docs/API_docs/constructors/emailVerificationApple.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

Apple ID email verification token

Attributes:

Name Type Required Description
token string Yes Token

Type: EmailVerification

Example:

$emailVerificationApple = ['_' => 'emailVerificationApple', 'token' => 'string'];