mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 10:07:21 +01:00
26 lines
593 B
Markdown
26 lines
593 B
Markdown
|
---
|
||
|
title: account_noPassword
|
||
|
description: account_noPassword attributes, type and example
|
||
|
---
|
||
|
## Constructor: account\_noPassword
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|new\_salt|[bytes](../types/bytes.md) | Required|
|
||
|
|email\_unconfirmed\_pattern|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [account\_Password](../types/account_Password.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$account_noPassword = ['_' => 'account_noPassword', 'new_salt' => bytes, 'email_unconfirmed_pattern' => string, ];
|
||
|
```
|