mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-07 23:48:31 +01:00
18 lines
506 B
Markdown
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, ];
|
|
``` |