Skip to main content
Module

x/mtkruto/mod.ts>functions.StoriesEditStory

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.StoriesEditStory
extends Function<types.TypeUpdates>
import { functions } from "https://deno.land/x/mtkruto@0.0.987/mod.ts";
const { StoriesEditStory } = functions;

Constructors

new
StoriesEditStory(params: { id: number; media?: types.TypeInputMedia; mediaAreas?: Array<types.TypeMediaArea>; caption?: string; entities?: Array<types.TypeMessageEntity>; privacyRules?: Array<types.TypeInputPrivacyRule>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
caption: string
optional
entities: Array<types.TypeMessageEntity>
id: number
optional
media: types.TypeInputMedia
optional
mediaAreas: Array<types.TypeMediaArea>
optional
privacyRules: Array<types.TypeInputPrivacyRule>

Static Properties

readonly
[paramDesc]: ParamDesc