Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesReorderPinnedDialogs

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

Constructors

new
MessagesReorderPinnedDialogs(params: { force?: true; folderId: number; order: Array<types.TypeInputDialogPeer>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
folderId: number
optional
force: true

Static Properties

readonly
[paramDesc]: ParamDesc