Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>stats_StoryStats_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class stats_StoryStats_
import { stats_StoryStats_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Contains statistics about a story.

Constructors

new
stats_StoryStats_(params: { views_graph: enums.StatsGraph; reactions_by_emotion_graph: enums.StatsGraph; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
reactions_by_emotion_graph: enums.StatsGraph

A bar graph containing the number of story reactions categorized by "emotion" (i.e. Positive, Negative, Other, etc...)

views_graph: enums.StatsGraph

A graph containing the number of story views and shares

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc