27 lines
534 B
Markdown
27 lines
534 B
Markdown
|
---
|
||
|
title: messages.dhConfigNotModified
|
||
|
description: messages_dhConfigNotModified attributes, type and example
|
||
|
---
|
||
|
## Constructor: messages.dhConfigNotModified
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|random|[bytes](../types/bytes.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages\_DhConfig](../types/messages_DhConfig.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_dhConfigNotModified = ['_' => 'messages.dhConfigNotModified', 'random' => bytes, ];
|
||
|
```
|
||
|
|