mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 08:47:50 +01:00
648 B
648 B
title | description |
---|---|
messages_dhConfig | messages_dhConfig attributes, type and example |
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, ];