MadelineProto/docs/API_docs/constructors/messages_dhConfigNotModified.md

17 lines
336 B
Markdown
Raw Normal View History

## Constructor: messages\_dhConfigNotModified
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|random|[bytes](../types/bytes.md) | Required|
### Type: [messages\_DhConfig](../types/messages\_DhConfig.md)
### Example:
```
$messages_dhConfigNotModified = ['random' => bytes, ];
```