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