mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
647 B
647 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, ];