Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_reorderPinnedSavedDialogs_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_reorderPinnedSavedDialogs_
extends Function_<boolean>
import { messages_reorderPinnedSavedDialogs_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Reorder pinned saved message dialogs ».

Constructors

new
messages_reorderPinnedSavedDialogs_(params: { force?: true; order: Array<enums.InputDialogPeer>; })

Properties

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

If set, dialogs pinned server-side but not present in the order field will be unpinned.

order: Array<enums.InputDialogPeer>

New dialog order

Static Properties

__F: (params: { force?: true; order: Array<enums.InputDialogPeer>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc