MadelineProto/docs/API_docs/constructors/messages_dhConfig.md
2016-12-20 13:32:11 +01:00

28 lines
643 B
Markdown

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