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

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

Represents an active story, whose full information was omitted for space and performance reasons; use stories.getStoriesByID to fetch full info about the skipped story when and if needed.

Constructors

new
StoryItemSkipped_(params: { close_friends?: true; id: number; date: number; expire_date: number; })

Properties

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

Whether this story can only be viewed by our close friends, see here » for more info

date: number

When was the story posted.

expire_date: number

When does the story expire.

id: number

Story ID

Static Properties

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