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

682 B

title description nav_exclude image
emailVerificationCode Email verification code true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: emailVerificationCode

Back to constructors index

Email verification code

Attributes:

Name Type Required Description
code string Yes Received verification code

Type: EmailVerification

Example:

$emailVerificationCode = ['_' => 'emailVerificationCode', 'code' => 'string'];