MadelineProtoDocs/old_docs/API_docs_v82/constructors/messages_dhConfigNotModified.md

45 lines
916 B
Markdown
Raw Normal View History

2018-12-26 02:56:50 +01:00
---
title: messages.dhConfigNotModified
description: Dh config not modified
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messages.dhConfigNotModified
[Back to constructors index](index.md)
Dh config not modified
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|random|[bytes](../types/bytes.md) | Yes|Random|
### Type: [messages\_DhConfig](../types/messages_DhConfig.md)
### Example:
```php
$messages_dhConfigNotModified = ['_' => 'messages.dhConfigNotModified', 'random' => 'bytes'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "messages.dhConfigNotModified", "random": {"_": "bytes", "bytes":"base64 encoded bytes"}}
```
Or, if you're into Lua:
```lua
messages_dhConfigNotModified={_='messages.dhConfigNotModified', random='bytes'}
```