ChatStatisticsInteractionInfo constructor

ChatStatisticsInteractionInfo({
  1. ChatStatisticsObjectType? objectType,
  2. required int viewCount,
  3. required int forwardCount,
  4. required int reactionCount,
})

Implementation

ChatStatisticsInteractionInfo({
  this.objectType,
  required this.viewCount,
  required this.forwardCount,
  required this.reactionCount,
});