Skip to main content

stats.broadcastStats

Channel statistics.

type tg.StatsBroadcastStats struct { /* ... */ }

Fields

NameTypeRequiredDescription
PeriodStatsDateRangeDaysyesPeriod in consideration
FollowersStatsAbsValueAndPrevyesFollower count change for period in consideration
ViewsPerPostStatsAbsValueAndPrevyestotal_viewcount/postcount, for posts posted during the period in consideration. Note that in this case, current refers to the period in consideration (min_date till max_date), and prev refers to the previous period ((min_date - (max_date - min_date)) till min_date).
SharesPerPostStatsAbsValueAndPrevyestotal_sharecount/postcount, for posts posted during the period in consideration. Note that in this case, current refers to the period in consideration (min_date till max_date), and prev refers to the previous period ((min_date - (max_date - min_date)) till min_date)
ReactionsPerPostStatsAbsValueAndPrevyestotal_reactions/postcount, for posts posted during the period in consideration. Note that in this case, current refers to the period in consideration (min_date till max_date), and prev refers to the previous period ((min_date - (max_date - min_date)) till min_date)
ViewsPerStoryStatsAbsValueAndPrevyestotal_views/storycount, for posts posted during the period in consideration. Note that in this case, current refers to the period in consideration (min_date till max_date), and prev refers to the previous period ((min_date - (max_date - min_date)) till min_date)
SharesPerStoryStatsAbsValueAndPrevyestotal_shares/storycount, for posts posted during the period in consideration. Note that in this case, current refers to the period in consideration (min_date till max_date), and prev refers to the previous period ((min_date - (max_date - min_date)) till min_date)
ReactionsPerStoryStatsAbsValueAndPrevyestotal_reactions/storycount, for posts posted during the period in consideration. Note that in this case, current refers to the period in consideration (min_date till max_date), and prev refers to the previous period ((min_date - (max_date - min_date)) till min_date)
EnabledNotificationsStatsPercentValueyesPercentage of subscribers with enabled notifications
GrowthGraphStatsGraphClassyesChannel growth graph (absolute subscriber count)
FollowersGraphStatsGraphClassyesFollowers growth graph (relative subscriber count)
MuteGraphStatsGraphClassyesMuted users graph (relative)
TopHoursGraphStatsGraphClassyesViews per hour graph (absolute)
InteractionsGraphStatsGraphClassyesInteractions graph (absolute)
IvInteractionsGraphStatsGraphClassyesIV interactions graph (absolute)
ViewsBySourceGraphStatsGraphClassyesViews by source graph (absolute)
NewFollowersBySourceGraphStatsGraphClassyesNew followers by source graph (absolute)
LanguagesGraphStatsGraphClassyesSubscriber language graph (pie chart)
ReactionsByEmotionGraphStatsGraphClassyesA graph containing the number of reactions on posts categorized by emotion
StoryInteractionsGraphStatsGraphClassyesA graph containing the number of story views and shares
StoryReactionsByEmotionGraphStatsGraphClassyesA graph containing the number of reactions on stories categorized by emotion
RecentPostsInteractions[]PostInteractionCountersClassyesDetailed statistics about number of views and shares of recently sent messages and stories

Returned by

References