mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
482 B
482 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 = ['g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];