mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 05:27:20 +01:00
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, ];
|
||
|
```
|
||
|
|