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