mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
633 B
633 B
title | description |
---|---|
auth.passwordRecovery | auth_passwordRecovery attributes, type and example |
Constructor: auth.passwordRecovery
Attributes:
Name | Type | Required |
---|---|---|
email_pattern | string | Yes |
Type: auth_PasswordRecovery
Example:
$auth_passwordRecovery = ['_' => 'auth.passwordRecovery', 'email_pattern' => string, ];
Or, if you're into Lua:
auth_passwordRecovery={_='auth.passwordRecovery', email_pattern=string, }