mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 22:07:46 +01:00
509 B
509 B
Constructor: messages_dhConfig
Attributes:
Name | Type | Required |
---|---|---|
g | int | Required |
p | bytes | Required |
version | int | Required |
random | bytes | Required |
Type: messages_DhConfig
Example:
$messages_dhConfig = ['_' => messages_dhConfig', 'g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];