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_

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.190/tl/2_types.ts";

Reaction and view counters for a story

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]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Mentioned chats

count: number

Total number of results that can be fetched

forwards_count: number

Total number of story forwards/reposts

optional
next_offset: string

Offset for pagination

reactions_count: number

Number of reactions that were added to the story

users: Array<enums.User>

Mentioned users

views: Array<enums.StoryView>

Story view date and reaction information

views_count: number

Total number of story views

Static Properties

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