MadelineProto/docs/API_docs/constructors/messages_dhConfig.md

21 lines
509 B
Markdown
Raw Normal View History

## 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|
2016-12-19 18:56:05 +01:00
### Type: [messages\_DhConfig](../types/messages_DhConfig.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$messages_dhConfig = ['_' => messages_dhConfig', 'g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];
```