mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
31 lines
830 B
Markdown
31 lines
830 B
Markdown
---
|
|
title: "messages.dhConfigNotModified"
|
|
description: "Configuring parameters did not change."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_dhConfigNotModified.html
|
|
---
|
|
# Constructor: messages.dhConfigNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Configuring parameters did not change.
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|random|[bytes](/API_docs/types/bytes.html) | Yes|Random sequence of bytes of assigned length|
|
|
|
|
|
|
|
|
### Type: [messages.DhConfig](/API_docs/types/messages.DhConfig.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_dhConfigNotModified = ['_' => 'messages.dhConfigNotModified', 'random' => 'bytes'];
|
|
```
|