MadelineProto/old_docs/API_docs_v55/constructors/messages_dhConfig.md

30 lines
648 B
Markdown
Raw Normal View History

---
title: messages_dhConfig
description: messages_dhConfig attributes, type and example
---
## Constructor: messages\_dhConfig
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|g|[int](../types/int.md) | Required|
|p|[bytes](../types/bytes.md) | Required|
|version|[int](../types/int.md) | Required|
|random|[bytes](../types/bytes.md) | Required|
### Type: [messages\_DhConfig](../types/messages_DhConfig.md)
### Example:
```
$messages_dhConfig = ['_' => 'messages_dhConfig', 'g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];
```