BroadcastStats

---types---
stats.broadcastStats#396ca5fc period:StatsDateRangeDays followers:StatsAbsValueAndPrev views_per_post:StatsAbsValueAndPrev shares_per_post:StatsAbsValueAndPrev reactions_per_post:StatsAbsValueAndPrev views_per_story:StatsAbsValueAndPrev shares_per_story:StatsAbsValueAndPrev reactions_per_story:StatsAbsValueAndPrev enabled_notifications:StatsPercentValue growth_graph:StatsGraph followers_graph:StatsGraph mute_graph:StatsGraph top_hours_graph:StatsGraph interactions_graph:StatsGraph iv_interactions_graph:StatsGraph views_by_source_graph:StatsGraph new_followers_by_source_graph:StatsGraph languages_graph:StatsGraph reactions_by_emotion_graph:StatsGraph story_interactions_graph:StatsGraph story_reactions_by_emotion_graph:StatsGraph recent_posts_interactions:Vector<PostInteractionCounters> = stats.BroadcastStats

Belongs to

stats.BroadcastStats

In Rust this constructor is a variant of the enums::stats.BroadcastStats enum.
Match on it with: if let enums::stats.BroadcastStats::BroadcastStats(v) = result { ... }

Parameters

periodStatsDateRangeDaysrequired
followersStatsAbsValueAndPrevrequired
views_per_postStatsAbsValueAndPrevrequired
shares_per_postStatsAbsValueAndPrevrequired
reactions_per_postStatsAbsValueAndPrevrequired
views_per_storyStatsAbsValueAndPrevrequired
shares_per_storyStatsAbsValueAndPrevrequired
reactions_per_storyStatsAbsValueAndPrevrequired
enabled_notificationsStatsPercentValuerequired
growth_graphStatsGraphrequired
followers_graphStatsGraphrequired
mute_graphStatsGraphrequired
top_hours_graphStatsGraphrequired
interactions_graphStatsGraphrequired
iv_interactions_graphStatsGraphrequired
views_by_source_graphStatsGraphrequired
new_followers_by_source_graphStatsGraphrequired
languages_graphStatsGraphrequired
reactions_by_emotion_graphStatsGraphrequired
story_interactions_graphStatsGraphrequired
story_reactions_by_emotion_graphStatsGraphrequired
recent_posts_interactionsVector<PostInteractionCounters>required