StatsMegagroupStats constructor
const
StatsMegagroupStats({
- required StatsDateRangeDaysBase period,
- required StatsAbsValueAndPrevBase members,
- required StatsAbsValueAndPrevBase messages,
- required StatsAbsValueAndPrevBase viewers,
- required StatsAbsValueAndPrevBase posters,
- required StatsGraphBase growthGraph,
- required StatsGraphBase membersGraph,
- required StatsGraphBase newMembersBySourceGraph,
- required StatsGraphBase languagesGraph,
- required StatsGraphBase messagesGraph,
- required StatsGraphBase actionsGraph,
- required StatsGraphBase topHoursGraph,
- required StatsGraphBase weekdaysGraph,
- required List<
StatsGroupTopPosterBase> topPosters, - required List<
StatsGroupTopAdminBase> topAdmins, - required List<
StatsGroupTopInviterBase> topInviters, - required List<
UserBase> users,
Stats Megagroup Stats constructor.
Implementation
const StatsMegagroupStats({
required this.period,
required this.members,
required this.messages,
required this.viewers,
required this.posters,
required this.growthGraph,
required this.membersGraph,
required this.newMembersBySourceGraph,
required this.languagesGraph,
required this.messagesGraph,
required this.actionsGraph,
required this.topHoursGraph,
required this.weekdaysGraph,
required this.topPosters,
required this.topAdmins,
required this.topInviters,
required this.users,
}) : super._();