Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChannelPinnedTopics

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

Constructors

new
UpdateChannelPinnedTopics(params: { channelId: bigint; order?: Array<number>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channelId: bigint
optional
order: Array<number>

Static Properties

readonly
[paramDesc]: ParamDesc