messages.DhConfigNotModified
- class pyrogram.raw.types.messages.DhConfigNotModified
Configuring parameters did not change.
Constructor of
DhConfig.- Details:
Layer:
223ID:
C0E24635
- Parameters:
random (
bytes) – Random sequence of bytes of assigned length
- Functions:
This object can be returned by 1 function.
Returns configuration parameters for Diffie-Hellman key generation.
TL Schema
messages.dhConfigNotModified#c0e24635
random:bytes
= messages.DhConfig
Parameter Tree
DhConfigNotModified
└── random →
bytesExample
DhConfigNotModified(
random=b"data",
)