Skip to main content
Module

x/mtkruto/mod.ts>types.StatsBroadcastStats

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.StatsBroadcastStats
import { types } from "https://deno.land/x/mtkruto@0.0.835/mod.ts";
const { StatsBroadcastStats } = types;

Constructors

new
StatsBroadcastStats(params: { period: TypeStatsDateRangeDays; followers: TypeStatsAbsValueAndPrev; viewsPerPost: TypeStatsAbsValueAndPrev; sharesPerPost: TypeStatsAbsValueAndPrev; enabledNotifications: TypeStatsPercentValue; growthGraph: TypeStatsGraph; followersGraph: TypeStatsGraph; muteGraph: TypeStatsGraph; topHoursGraph: TypeStatsGraph; interactionsGraph: TypeStatsGraph; ivInteractionsGraph: TypeStatsGraph; viewsBySourceGraph: TypeStatsGraph; newFollowersBySourceGraph: TypeStatsGraph; languagesGraph: TypeStatsGraph; recentMessageInteractions: Array<TypeMessageInteractionCounters>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
enabledNotifications: TypeStatsPercentValue
followersGraph: TypeStatsGraph
growthGraph: TypeStatsGraph
interactionsGraph: TypeStatsGraph
ivInteractionsGraph: TypeStatsGraph
languagesGraph: TypeStatsGraph
muteGraph: TypeStatsGraph
newFollowersBySourceGraph: TypeStatsGraph
recentMessageInteractions: Array<TypeMessageInteractionCounters>
topHoursGraph: TypeStatsGraph
viewsBySourceGraph: TypeStatsGraph

Static Properties

readonly
[paramDesc]: ParamDesc