mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
760 B
760 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'];
PWRTelegram json-encoded version:
{"_": "account.passwordSettings", "email": "string"}
Or, if you're into Lua:
account_passwordSettings={_='account.passwordSettings', email='string'}