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

x/mtkruto/tl/3_functions.ts>stats_getStoryStats_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class stats_getStoryStats_
extends Function_<enums.stats.StoryStats>
import { stats_getStoryStats_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get statistics for a certain story.

Constructors

new
stats_getStoryStats_(params: { dark?: true; peer: enums.InputPeer; id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
dark: true

Whether to enable the dark theme for graph colors

id: number

Story ID

peer: enums.InputPeer

The peer that posted the story

Static Properties

__F: (params: { dark?: true; peer: enums.InputPeer; id: number; }) => enums.stats.StoryStats
readonly
[name]: string
readonly
[paramDesc]: ParamDesc