MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_dhConfigNotModified.md

39 lines
818 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
title: messages.dhConfigNotModified
2019-12-27 17:48:04 +01:00
description: Configuring parameters did not change.
2019-09-13 17:13:55 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messages.dhConfigNotModified
[Back to constructors index](index.md)
2019-12-27 17:48:04 +01:00
Configuring parameters did not change.
2019-09-13 17:13:55 +02:00
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2019-12-27 17:48:04 +01:00
|random|[bytes](../types/bytes.md) | Yes|Random sequence of bytes of assigned length|
2019-09-13 17:13:55 +02:00
### Type: [messages\_DhConfig](../types/messages_DhConfig.md)
### Example:
```php
$messages_dhConfigNotModified = ['_' => 'messages.dhConfigNotModified', 'random' => 'bytes'];
```
Or, if you're into Lua:
```lua
messages_dhConfigNotModified={_='messages.dhConfigNotModified', random='bytes'}
```