Skip to content

miniproto.auth.key_exchange.ServerDHParamsFail

miniproto.auth.key_exchange.ServerDHParamsFail

Section titled “miniproto.auth.key_exchange.ServerDHParamsFail”
ServerDHParamsFail(nonce: int, server_nonce: int, new_nonce_hash: int) -> None

server_DH_params_fail response proving Telegram rejected the request.

Parameters:

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