Skip to content

miniproto.auth.key_exchange.DHGenRetry

DHGenRetry(nonce: int, server_nonce: int, new_nonce_hash2: int) -> None

dh_gen_retry response containing the second new-nonce hash.

Parameters:

  • nonce (int) – Client nonce echoed by Telegram.
  • server_nonce (int) – Server nonce echoed by Telegram.
  • new_nonce_hash2 (int) – Second confirmation hash indicating Telegram requests a retry.