Constructor: stats.messageStats
Message statistics
Attributes:
Name | Type | Required | Description |
---|---|---|---|
views_graph | StatsGraph | Yes | Message view graph |
reactions_by_emotion_graph | StatsGraph | Yes | A graph containing the number of reactions on stories categorized by emotion |
Type: stats.MessageStats
Example:
$stats_messageStats = ['_' => 'stats.messageStats', 'views_graph' => StatsGraph, 'reactions_by_emotion_graph' => StatsGraph];