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

x/mtkruto/tl/2_types.ts>UpdateChannelPinnedTopics_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateChannelPinnedTopics_
extends _Update_
import { UpdateChannelPinnedTopics_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The pinned topics of a forum have changed.

Constructors

new
UpdateChannelPinnedTopics_(params: { channel_id: bigint; order?: Array<number>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint

Forum ID.

optional
order: Array<number>

Ordered list containing the IDs of all pinned topics.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc