mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 16:27:25 +01:00
18 lines
374 B
Markdown
18 lines
374 B
Markdown
## Constructor: messages\_dhConfigNotModified
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|random|[bytes](../types/bytes.md) | Required|
|
|
|
|
|
|
|
|
### Type: [messages\_DhConfig](../types/messages_DhConfig.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_dhConfigNotModified = ['_' => messages_dhConfigNotModified', 'random' => bytes, ];
|
|
``` |