Layer 220
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

Gogram Example

// Creating StatsMessageStats constructor
obj := &tg.StatsMessageStats{
    ViewsGraph: &tg.StatsGraph{},
    ReactionsByEmotionGraph: &tg.StatsGraph{},
}