Skip to main content
Module

x/mtkruto/mod.ts>functions.StoriesGetStoriesArchive

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

Constructors

new
StoriesGetStoriesArchive(params: { peer: types.TypeInputPeer; offsetId: number; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
limit: number
offsetId: number
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc