StoryInteractionInfo constructor
StoryInteractionInfo({})
Implementation
StoryInteractionInfo({
required this.viewCount,
required this.forwardCount,
required this.reactionCount,
required this.recentViewerUserIds,
});