DhGenRetry

class pyrogram.raw.types.DhGenRetry

Telegram API type.

Constructor of SetClientDHParamsAnswer.

Details:
  • Layer: 223

  • ID: 46DC1FB9

Parameters:
  • nonce (int 128-bit) – N/A

  • server_nonce (int 128-bit) – N/A

  • new_nonce_hash2 (int 128-bit) – N/A

Functions:

This object can be returned by 1 function.

SetClientDHParams

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
├── nonceint128
├── server_nonceint128
└── new_nonce_hash2int128

Example

DhGenRetry(
    nonce=None,
    server_nonce=None,
    new_nonce_hash2=None,
)