mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:34:41 +01:00
522 B
522 B
title | description |
---|---|
auth_passwordRecovery | auth_passwordRecovery attributes, type and example |
Constructor: auth_passwordRecovery
Attributes:
Name | Type | Required |
---|---|---|
email_pattern | string | Required |
Type: auth_PasswordRecovery
Example:
$auth_passwordRecovery = ['_' => 'auth_passwordRecovery', 'email_pattern' => string, ];