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

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

Story view date and reaction information

Constructors

new
StoryView_(params: { blocked?: true; blocked_my_stories_from?: true; user_id: bigint; date: number; reaction?: enums.Reaction; })

Properties

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

Whether we have completely blocked this user, including from viewing more of our stories.

optional
blocked_my_stories_from: true

Whether we have blocked this user from viewing more of our stories.

date: number

When did the user view the story

optional
reaction: enums.Reaction

If present, contains the reaction that the user left on the story

user_id: bigint

The user that viewed the story

Static Properties

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