Skip to main content
Module

x/mtkruto/mod.ts>functions.StoriesGetAllStories

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

Constructors

new
StoriesGetAllStories(params?: { next?: true; hidden?: true; state?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
hidden: true
optional
next: true
optional
state: string

Static Properties

readonly
[paramDesc]: ParamDesc