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

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

Constructors

new
stories_StoryViewsList_(params: { count: number; views_count: number; forwards_count: number; reactions_count: number; views: Array<enums.StoryView>; chats: Array<enums.Chat>; users: Array<enums.User>; next_offset?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<enums.Chat>
count: number
forwards_count: number
optional
next_offset: string
reactions_count: number
users: Array<enums.User>
views: Array<enums.StoryView>
views_count: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc