Skip to main content
Module

x/mtkruto/mod.ts>types.UpdatePinnedDialogs

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

Constructors

new
UpdatePinnedDialogs(params?: { folderId?: number; order?: Array<TypeDialogPeer>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
folderId: number
optional
order: Array<TypeDialogPeer>

Static Properties

readonly
[paramDesc]: ParamDesc