Layer 220
MessagesDhConfigNotModified
Configuring parameters did not change.
constructor
messages.dhConfigNotModified#c0e24635 random:bytes = messages.DhConfig;
Parameters
| Name | Type | Description |
|---|---|---|
| Random | bytes | Random sequence of bytes of assigned length |
Returns
messages.DhConfigGogram Example
// Creating MessagesDhConfigNotModified constructor obj := &tg.MessagesDhConfigNotModified{ Random: []byte{}, }