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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StoriesSendStory
extends Function<types.TypeUpdates>
import { StoriesSendStory } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

Constructors

new
StoriesSendStory(params: { pinned?: true; noforwards?: true; media: types.TypeInputMedia; mediaAreas?: Array<types.TypeMediaArea>; caption?: string; entities?: Array<types.TypeMessageEntity>; privacyRules: Array<types.TypeInputPrivacyRule>; randomId: bigint; period?: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc