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.8.2/tl/api.d.ts";
const { BroadcastStats } = Api.stats;
Properties
enabledNotifications: Api.TypeStatsPercentValue
followers: Api.TypeStatsAbsValueAndPrev
followersGraph: Api.TypeStatsGraph
growthGraph: Api.TypeStatsGraph
interactionsGraph: Api.TypeStatsGraph
ivInteractionsGraph: Api.TypeStatsGraph
languagesGraph: Api.TypeStatsGraph
muteGraph: Api.TypeStatsGraph
newFollowersBySourceGraph: Api.TypeStatsGraph
period: Api.TypeStatsDateRangeDays
recentMessageInteractions: Api.TypeMessageInteractionCounters[]
topHoursGraph: Api.TypeStatsGraph
viewsBySourceGraph: Api.TypeStatsGraph
viewsPerPost: Api.TypeStatsAbsValueAndPrev
Static Methods
fromReader(reader: Reader): BroadcastStats