ChatStatisticsInteractionInfo constructor
ChatStatisticsInteractionInfo({
- ChatStatisticsObjectType? objectType,
- required int viewCount,
- required int forwardCount,
- required int reactionCount,
Implementation
ChatStatisticsInteractionInfo({
this.objectType,
required this.viewCount,
required this.forwardCount,
required this.reactionCount,
});