Skip to content

miniproto.auth.key_exchange.DHGenFail

DHGenFail(nonce: int, server_nonce: int, new_nonce_hash3: int) -> None

dh_gen_fail response containing the third new-nonce hash.

Parameters:

  • nonce (int) – Client nonce echoed by Telegram.
  • server_nonce (int) – Server nonce echoed by Telegram.
  • new_nonce_hash3 (int) – Failure confirmation hash for the rejected key exchange.