Skip to main content
Module

x/mtkruto/mod.ts>Client#createStory

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.createStory
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Create a story. User-only.

Parameters

chatId: ID

The content of the story.

optional
params: CreateStoryParams

Returns

Promise<Story>

The created story.