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

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

Webpage preview of a Telegram story

Constructors

new
WebPageAttributeStory_(params: { peer: enums.Peer; id: number; story?: enums.StoryItem; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: number
peer: enums.Peer

Peer that posted the story

optional
story: enums.StoryItem

May contain the story, if not the story should be fetched when and if needed using stories.getStoriesByID with the above id and peer.

Static Properties

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