MessagesDhConfigNotModified constructor

const MessagesDhConfigNotModified({
  1. required Uint8List random,
})

Messages Dh Config Not Modified constructor.

Implementation

const MessagesDhConfigNotModified({required this.random}) : super._();