StatsGetMegagroupStats constructor

const StatsGetMegagroupStats({
  1. required bool dark,
  2. required InputChannelBase channel,
})

Stats Get Megagroup Stats constructor.

Implementation

const StatsGetMegagroupStats({
  required this.dark,
  required this.channel,
}) : super._();