mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
693 B
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
Google ID email verification token
Attributes:
Name | Type | Required | Description |
---|---|---|---|
token | string | Yes | Token |
Type: EmailVerification
Example:
$emailVerificationGoogle = ['_' => 'emailVerificationGoogle', 'token' => 'string'];