Layer 220
AuthPasswordRecovery
Recovery info of a 2 FA password, only for accounts with a recovery email configured.
constructor
auth.passwordRecovery#137948a5 email_pattern:string = auth.PasswordRecovery;
Parameters
| Name | Type | Description |
|---|---|---|
| EmailPattern | string | The email to which the recovery code was sent must match this pattern. |
Returns
auth.PasswordRecoveryGogram Example
// Creating AuthPasswordRecovery constructor obj := &tg.AuthPasswordRecovery{ EmailPattern: "...", }