Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>stats_BroadcastStats_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class stats_BroadcastStats_
import { stats_BroadcastStats_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Constructors

new
stats_BroadcastStats_(params: { period: enums.StatsDateRangeDays; followers: enums.StatsAbsValueAndPrev; views_per_post: enums.StatsAbsValueAndPrev; shares_per_post: enums.StatsAbsValueAndPrev; reactions_per_post: enums.StatsAbsValueAndPrev; views_per_story: enums.StatsAbsValueAndPrev; shares_per_story: enums.StatsAbsValueAndPrev; reactions_per_story: enums.StatsAbsValueAndPrev; enabled_notifications: enums.StatsPercentValue; growth_graph: enums.StatsGraph; followers_graph: enums.StatsGraph; mute_graph: enums.StatsGraph; top_hours_graph: enums.StatsGraph; interactions_graph: enums.StatsGraph; iv_interactions_graph: enums.StatsGraph; views_by_source_graph: enums.StatsGraph; new_followers_by_source_graph: enums.StatsGraph; languages_graph: enums.StatsGraph; reactions_by_emotion_graph: enums.StatsGraph; story_interactions_graph: enums.StatsGraph; story_reactions_by_emotion_graph: enums.StatsGraph; recent_posts_interactions: Array<enums.PostInteractionCounters>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
enabled_notifications: enums.StatsPercentValue

Percentage of subscribers with enabled notifications

followers: enums.StatsAbsValueAndPrev

Follower count change for period in consideration

followers_graph: enums.StatsGraph

Followers growth graph (relative subscriber count)

growth_graph: enums.StatsGraph

Channel growth graph (absolute subscriber count)

interactions_graph: enums.StatsGraph

Interactions graph (absolute)

iv_interactions_graph: enums.StatsGraph

IV interactions graph (absolute)

languages_graph: enums.StatsGraph

Subscriber language graph (pie chart)

mute_graph: enums.StatsGraph

Muted users graph (relative)

new_followers_by_source_graph: enums.StatsGraph

New followers by source graph (absolute)

period: enums.StatsDateRangeDays

Period in consideration

reactions_by_emotion_graph: enums.StatsGraph

A graph containing the number of reactions on posts categorized by emotion

reactions_per_post: enums.StatsAbsValueAndPrev

total_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)

reactions_per_story: enums.StatsAbsValueAndPrev

total_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)

recent_posts_interactions: Array<enums.PostInteractionCounters>

Detailed statistics about number of views and shares of recently sent messages and stories

shares_per_post: enums.StatsAbsValueAndPrev

total_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)

shares_per_story: enums.StatsAbsValueAndPrev

total_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)

story_interactions_graph: enums.StatsGraph

A graph containing the number of story views and shares

story_reactions_by_emotion_graph: enums.StatsGraph

A graph containing the number of reactions on stories categorized by emotion

top_hours_graph: enums.StatsGraph

Views per hour graph (absolute)

views_by_source_graph: enums.StatsGraph

Views by source graph (absolute)

views_per_post: enums.StatsAbsValueAndPrev

total_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).

views_per_story: enums.StatsAbsValueAndPrev

total_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)

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc