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>PostInteractionCountersStory_

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

Interaction counters for a story.

Constructors

new
PostInteractionCountersStory_(params: { story_id: number; views: number; forwards: number; reactions: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
forwards: number

Number of forwards and reposts to public chats and channels

reactions: number

Number of reactions

story_id: number

Story ID

views: number

Number of views

Static Properties

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