HelpPeerColorOption constructor

const HelpPeerColorOption({
  1. required bool hidden,
  2. required int colorId,
  3. HelpPeerColorSetBase? colors,
  4. HelpPeerColorSetBase? darkColors,
  5. int? channelMinLevel,
})

Help Peer Color Option constructor.

Implementation

const HelpPeerColorOption({
  required this.hidden,
  required this.colorId,
  this.colors,
  this.darkColors,
  this.channelMinLevel,
}) : super._();