MessagesGetDhConfig constructor

const MessagesGetDhConfig({
  1. required int version,
  2. required int randomLength,
})

Messages Get Dh Config constructor.

Implementation

const MessagesGetDhConfig({required this.version, required this.randomLength})
    : super._();