Skip to main content
Module

x/grm/mod.ts>Api.stats.BroadcastStats

MTProto API Client for Deno 🦕
Go to Latest
class Api.stats.BroadcastStats
extends VirtualClass<{ period: Api.TypeStatsDateRangeDays; followers: Api.TypeStatsAbsValueAndPrev; viewsPerPost: Api.TypeStatsAbsValueAndPrev; sharesPerPost: Api.TypeStatsAbsValueAndPrev; enabledNotifications: Api.TypeStatsPercentValue; growthGraph: Api.TypeStatsGraph; followersGraph: Api.TypeStatsGraph; muteGraph: Api.TypeStatsGraph; topHoursGraph: Api.TypeStatsGraph; interactionsGraph: Api.TypeStatsGraph; ivInteractionsGraph: Api.TypeStatsGraph; viewsBySourceGraph: Api.TypeStatsGraph; newFollowersBySourceGraph: Api.TypeStatsGraph; languagesGraph: Api.TypeStatsGraph; recentMessageInteractions: Api.TypeMessageInteractionCounters[]; }>
import { Api } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { BroadcastStats } = Api.stats;

Properties

className: "stats.BroadcastStats"
classType: "constructor"
CONSTRUCTOR_ID: 3187114900
enabledNotifications: Api.TypeStatsPercentValue
followersGraph: Api.TypeStatsGraph
growthGraph: Api.TypeStatsGraph
interactionsGraph: Api.TypeStatsGraph
ivInteractionsGraph: Api.TypeStatsGraph
languagesGraph: Api.TypeStatsGraph
newFollowersBySourceGraph: Api.TypeStatsGraph
recentMessageInteractions: Api.TypeMessageInteractionCounters[]
SUBCLASS_OF_ID: 2146587688
topHoursGraph: Api.TypeStatsGraph
viewsBySourceGraph: Api.TypeStatsGraph