Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChannelPinnedTopic

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

Constructors

new
UpdateChannelPinnedTopic(params: { pinned?: true; channelId: bigint; topicId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channelId: bigint
optional
pinned: true
topicId: number

Static Properties

readonly
[paramDesc]: ParamDesc