Skip to main content
Module

x/mtkruto/mod.ts>CreateStoryParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface CreateStoryParams
Re-export
import { type CreateStoryParams } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

Properties

optional
interactiveAreas: StoryInteractiveArea[]

The story's interactive areas.

optional
privacy: StoryPrivacy

The story's privacy settings.

optional
activeFor: number

The period in which the story will be active.

optional
highlight: boolean

Whether to add the story to highlights.

optional
protectContent: boolean

Whether to protect the contents of the story from copying and forwarding.