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>UpdateChannelPinnedTopic_

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

A forum topic » was pinned or unpinned.

Constructors

new
UpdateChannelPinnedTopic_(params: { pinned?: true; channel_id: bigint; topic_id: number; })

Properties

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

The forum ID

optional
pinned: true

Whether the topic was pinned or unpinned

topic_id: number

The topic ID

Static Properties

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