ChatStatisticsChannel constructor
ChatStatisticsChannel({
- DateRange? period,
- StatisticalValue? memberCount,
- StatisticalValue? meanMessageViewCount,
- StatisticalValue? meanMessageReactionCount,
- StatisticalValue? meanStoryViewCount,
- StatisticalValue? meanStoryReactionCount,
- required double enabledNotificationsPercentage,
- StatisticalGraph? memberCountGraph,
- StatisticalGraph? joinGraph,
- StatisticalGraph? muteGraph,
- StatisticalGraph? viewCountByHourGraph,
- StatisticalGraph? viewCountBySourceGraph,
- StatisticalGraph? joinBySourceGraph,
- StatisticalGraph? languageGraph,
- StatisticalGraph? messageInteractionGraph,
- StatisticalGraph? messageReactionGraph,
- StatisticalGraph? storyInteractionGraph,
- StatisticalGraph? storyReactionGraph,
- StatisticalGraph? instantViewInteractionGraph,
- required List<
ChatStatisticsInteractionInfo> recentInteractions,
Implementation
ChatStatisticsChannel({
this.period,
this.memberCount,
this.meanMessageViewCount,
this.meanMessageShareCount,
this.meanMessageReactionCount,
this.meanStoryViewCount,
this.meanStoryShareCount,
this.meanStoryReactionCount,
required this.enabledNotificationsPercentage,
this.memberCountGraph,
this.joinGraph,
this.muteGraph,
this.viewCountByHourGraph,
this.viewCountBySourceGraph,
this.joinBySourceGraph,
this.languageGraph,
this.messageInteractionGraph,
this.messageReactionGraph,
this.storyInteractionGraph,
this.storyReactionGraph,
this.instantViewInteractionGraph,
required this.recentInteractions,
});