Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>stories_exportStoryLink_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class stories_exportStoryLink_
extends Function_<enums.ExportedStoryLink>
import { stories_exportStoryLink_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Generate a story deep link for a specific story

Constructors

new
stories_exportStoryLink_(params: { peer: enums.InputPeer; id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: number

Story ID

peer: enums.InputPeer

Peer where the story was posted

Static Properties

__F: (params: { peer: enums.InputPeer; id: number; }) => enums.ExportedStoryLink
readonly
[name]: string
readonly
[paramDesc]: ParamDesc