DhGenFail
- class pyrogram.raw.types.DhGenFail
Telegram API type.
Constructor of
SetClientDHParamsAnswer.- Details:
Layer:
223ID:
A69DAE02
- Parameters:
nonce (
int128-bit) – N/Aserver_nonce (
int128-bit) – N/Anew_nonce_hash3 (
int128-bit) – N/A
- Functions:
This object can be returned by 1 function.
Telegram API function.
TL Schema
dh_gen_fail#a69dae02
nonce:int128
server_nonce:int128
new_nonce_hash3:int128
= Set_client_DH_params_answer
Parameter Tree
DhGenFail
├── nonce →
int128├── server_nonce →
int128└── new_nonce_hash3 →
int128Example
DhGenFail(
nonce=None,
server_nonce=None,
new_nonce_hash3=None,
)