Skip to main content
Module

x/mtkruto/mod.ts>types.StoriesStealthMode

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

Constructors

new
StoriesStealthMode(params?: { activeUntilDate?: number; cooldownUntilDate?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
activeUntilDate: number
optional
cooldownUntilDate: number

Static Properties

readonly
[paramDesc]: ParamDesc