MadelineProtoDocs/docs/API_docs/constructors/emailVerificationGoogle.md

30 lines
693 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "emailVerificationGoogle"
description: "Google ID email verification token"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: emailVerificationGoogle
[Back to constructors index](/API_docs/constructors/index.html)
Google ID email verification token
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|token|[string](/API_docs/types/string.html) | Yes|Token|
### Type: [EmailVerification](/API_docs/types/EmailVerification.html)
### Example:
```
$emailVerificationGoogle = ['_' => 'emailVerificationGoogle', 'token' => 'string'];
```