Skip to main content
Module

x/mtkruto/mod.ts>types.StatsBroadcastStats

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.StatsBroadcastStats
extends _TypeStatsBroadcastStats
import { types } from "https://deno.land/x/mtkruto@0.1.106/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
followers: TypeStatsAbsValueAndPrev
followersGraph: TypeStatsGraph
growthGraph: TypeStatsGraph
interactionsGraph: TypeStatsGraph
ivInteractionsGraph: TypeStatsGraph
languagesGraph: TypeStatsGraph
muteGraph: TypeStatsGraph
newFollowersBySourceGraph: TypeStatsGraph
period: TypeStatsDateRangeDays
recentMessageInteractions: Array<TypeMessageInteractionCounters>
sharesPerPost: TypeStatsAbsValueAndPrev
topHoursGraph: TypeStatsGraph
viewsBySourceGraph: TypeStatsGraph
viewsPerPost: TypeStatsAbsValueAndPrev

Static Properties

readonly
[paramDesc]: ParamDesc