MadelineProtoDocs/docs/API_docs/constructors/stats.broadcastStats.md

2.8 KiB

title description image redirect_from
stats.broadcastStats stats.broadcastStats attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/stats_broadcastStats.html

Constructor: stats.broadcastStats

Back to constructors index

Attributes:

Name Type Required
period StatsDateRangeDays Yes
followers StatsAbsValueAndPrev Yes
views_per_post StatsAbsValueAndPrev Yes
shares_per_post StatsAbsValueAndPrev Yes
enabled_notifications StatsPercentValue Yes
growth_graph StatsGraph Yes
followers_graph StatsGraph Yes
mute_graph StatsGraph Yes
top_hours_graph StatsGraph Yes
interactions_graph StatsGraph Yes
iv_interactions_graph StatsGraph Yes
views_by_source_graph StatsGraph Yes
new_followers_by_source_graph StatsGraph Yes
languages_graph StatsGraph Yes
recent_message_interactions Array of MessageInteractionCounters Yes

Type: stats.BroadcastStats

Example:

$stats.broadcastStats = ['_' => 'stats.broadcastStats', 'period' => StatsDateRangeDays, 'followers' => StatsAbsValueAndPrev, 'views_per_post' => StatsAbsValueAndPrev, 'shares_per_post' => 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, 'recent_message_interactions' => [MessageInteractionCounters, MessageInteractionCounters]];

Or, if you're into Lua:

stats.broadcastStats={_='stats.broadcastStats', period=StatsDateRangeDays, followers=StatsAbsValueAndPrev, views_per_post=StatsAbsValueAndPrev, shares_per_post=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, recent_message_interactions={MessageInteractionCounters}}