ChatStatisticsSupergroup constructor
ChatStatisticsSupergroup({
- DateRange? period,
- StatisticalValue? memberCount,
- StatisticalValue? messageCount,
- StatisticalValue? viewerCount,
- StatisticalValue? senderCount,
- StatisticalGraph? memberCountGraph,
- StatisticalGraph? joinGraph,
- StatisticalGraph? joinBySourceGraph,
- StatisticalGraph? languageGraph,
- StatisticalGraph? messageContentGraph,
- StatisticalGraph? actionGraph,
- StatisticalGraph? dayGraph,
- StatisticalGraph? weekGraph,
- required List<
ChatStatisticsMessageSenderInfo> topSenders, - required List<
ChatStatisticsAdministratorActionsInfo> topAdministrators, - required List<
ChatStatisticsInviterInfo> topInviters,
Implementation
ChatStatisticsSupergroup({
this.period,
this.memberCount,
this.messageCount,
this.viewerCount,
this.senderCount,
this.memberCountGraph,
this.joinGraph,
this.joinBySourceGraph,
this.languageGraph,
this.messageContentGraph,
this.actionGraph,
this.dayGraph,
this.weekGraph,
required this.topSenders,
required this.topAdministrators,
required this.topInviters,
});