Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsToggleSlowMode

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

Constructors

new
ChannelsToggleSlowMode(params: { channel: types.TypeInputChannel; seconds: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: types.TypeInputChannel
seconds: number

Static Properties

readonly
[paramDesc]: ParamDesc