Layer 220
SecurePlainEmail
Email address to use in telegram passport: it must be verified, first.
constructor
securePlainEmail#21ec5a5f email:string = SecurePlainData;
Parameters
| Name | Type | Description |
|---|---|---|
| string | Email address |
Returns
SecurePlainDataGogram Example
// Creating SecurePlainEmail constructor obj := &tg.SecurePlainEmail{ Email: "...", }