1.2 KiB
1.2 KiB
title | description | image | redirect_from |
---|---|---|---|
messages.dhConfig | New set of configuring parameters. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_dhConfig.html |
Constructor: messages.dhConfig
New set of configuring parameters.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
g | int | Yes | New value prime, see Wikipedia |
p | bytes | Yes | New value primitive root, see Wikipedia |
version | int | Yes | Vestion of set of parameters |
random | bytes | Yes | Random sequence of bytes of assigned length |
Type: messages.DhConfig
Example:
$messages.dhConfig = ['_' => 'messages.dhConfig', 'g' => int, 'p' => 'bytes', 'version' => int, 'random' => 'bytes'];
Or, if you're into Lua:
messages.dhConfig={_='messages.dhConfig', g=int, p='bytes', version=int, random='bytes'}