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

x/mtkruto/client/0_params.ts>CreateStoryParams

Cross-runtime JavaScript library for building Telegram clients
Latest
interface CreateStoryParams
import { type CreateStoryParams } from "https://deno.land/x/mtkruto@0.2.24/client/0_params.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.