mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
667 B
667 B
title | description |
---|---|
server_DH_params_fail | server_DH_params_fail attributes, type and example |
Constructor: server_DH_params_fail
Attributes:
Name | Type | Required |
---|---|---|
nonce | int128 | Required |
server_nonce | int128 | Required |
new_nonce_hash | int128 | Required |
Type: Server_DH_Params
Example:
$server_DH_params_fail = ['_' => 'server_DH_params_fail', 'nonce' => int128, 'server_nonce' => int128, 'new_nonce_hash' => int128, ];