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.8.0/mod.ts";
const { BroadcastStats } = Api.stats;

Properties

className: "stats.BroadcastStats"
classType: "constructor"
CONSTRUCTOR_ID: 3187114900
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[]
sharesPerPost: Api.TypeStatsAbsValueAndPrev
SUBCLASS_OF_ID: 2146587688
topHoursGraph: Api.TypeStatsGraph
viewsBySourceGraph: Api.TypeStatsGraph
viewsPerPost: Api.TypeStatsAbsValueAndPrev

Static Methods

fromReader(reader: Reader): BroadcastStats