MadelineProtoDocs/docs/API_docs/constructors/messages.dhConfigNotModified.md
2024-05-01 14:53:46 +02:00

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