messages.DhConfigNotModified

class pyrogram.raw.types.messages.DhConfigNotModified

Configuring parameters did not change.

Constructor of DhConfig.

Details:
  • Layer: 223

  • ID: C0E24635

Parameters:

random (bytes) – Random sequence of bytes of assigned length

Functions:

This object can be returned by 1 function.

messages.GetDhConfig

Returns configuration parameters for Diffie-Hellman key generation.

TL Schema

messages.dhConfigNotModified#c0e24635
random:bytes

= messages.DhConfig

Parameter Tree

DhConfigNotModified
└── randombytes

Example

DhConfigNotModified(
    random=b"data",
)