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