DhGenFail

class pyrogram.raw.types.DhGenFail

Telegram API type.

Constructor of SetClientDHParamsAnswer.

Details:
  • Layer: 223

  • ID: A69DAE02

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

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

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

Functions:

This object can be returned by 1 function.

SetClientDHParams

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

Example

DhGenFail(
    nonce=None,
    server_nonce=None,
    new_nonce_hash3=None,
)