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

693 B

title description nav_exclude image
emailVerificationGoogle Google ID email verification token true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: emailVerificationGoogle

Back to constructors index

Google ID email verification token

Attributes:

Name Type Required Description
token string Yes Token

Type: EmailVerification

Example:

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