1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:07:50 +01:00
MadelineProto/docs/API_docs/constructors/server_DH_params_fail.md

665 B

title description
server_DH_params_fail server_DH_params_fail attributes, type and example

Constructor: server_DH_params_fail

Back to constructors index

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, ];