1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 06:47:20 +01:00
MadelineProto/docs/API_docs/constructors/account_passwordSettings.md

530 B

title description
account_passwordSettings account_passwordSettings attributes, type and example

Constructor: account_passwordSettings

Back to constructors index

Attributes:

Name Type Required
email string Required

Type: account_PasswordSettings

Example:

$account_passwordSettings = ['_' => 'account_passwordSettings', 'email' => string, ];