Layer 220
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{},
}