Layer 220
StatsMessageStats
Message statistics
constructor
stats.messageStats#7fe91c14 views_graph:StatsGraph reactions_by_emotion_graph:StatsGraph = stats.MessageStats;
Parameters
| Name | Type | Description |
|---|---|---|
| ViewsGraph | StatsGraph | Message view graph |
| ReactionsByEmotionGraph | StatsGraph | A graph containing the number of reactions on stories categorized by emotion |
Returns
stats.MessageStatsGogram Example
// Creating StatsMessageStats constructor obj := &tg.StatsMessageStats{ ViewsGraph: &tg.StatsGraph{}, ReactionsByEmotionGraph: &tg.StatsGraph{}, }