Layer 224
constructor
messages.dhConfigNotModified#c0e24635 random:bytes = messages.DhConfig;

Parameters

Name Type Description
Random bytes Random sequence of bytes of assigned length

Gogram Example

// Creating MessagesDhConfigNotModified constructor
obj := &tg.MessagesDhConfigNotModified{
    Random: []byte{0x01, 0x02, 0x03},
}