Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.StoriesSendStory

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

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