1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 23:48:31 +01:00
MadelineProto/docs/API_docs/constructors/messages_dhConfig.md
2016-12-19 20:35:27 +03:00

18 lines
506 B
Markdown

## Constructor: messages\_dhConfig
### 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, ];
```