ChatStatisticsSupergroup constructor

ChatStatisticsSupergroup({
  1. String? extra,
  2. int? client_id,
  3. DateRange? period,
  4. StatisticalValue? member_count,
  5. StatisticalValue? message_count,
  6. StatisticalValue? viewer_count,
  7. StatisticalValue? sender_count,
  8. StatisticalGraph? member_count_graph,
  9. StatisticalGraph? join_graph,
  10. StatisticalGraph? join_by_source_graph,
  11. StatisticalGraph? language_graph,
  12. StatisticalGraph? message_content_graph,
  13. StatisticalGraph? action_graph,
  14. StatisticalGraph? day_graph,
  15. StatisticalGraph? week_graph,
  16. vector<ChatStatisticsMessageSenderInfo>? top_senders,
  17. vector<ChatStatisticsAdministratorActionsInfo>? top_administrators,
  18. vector<ChatStatisticsInviterInfo>? top_inviters,
})

Implementation

ChatStatisticsSupergroup({
  super.extra,
  super.client_id,
  this.period,
  this.member_count,
  this.message_count,
  this.viewer_count,
  this.sender_count,
  this.member_count_graph,
  this.join_graph,
  this.join_by_source_graph,
  this.language_graph,
  this.message_content_graph,
  this.action_graph,
  this.day_graph,
  this.week_graph,
  this.top_senders,
  this.top_administrators,
  this.top_inviters,
});