MadelineProto/docs/API_docs/constructors/messages_dhConfigNotModified.md
2016-12-19 20:56:05 +03:00

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, ];
```