Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsEditForumTopic

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

Constructors

new
ChannelsEditForumTopic(params: { channel: types.TypeInputChannel; topicId: number; title?: string; iconEmojiId?: bigint; closed?: boolean; hidden?: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
closed: boolean
optional
hidden: boolean
optional
iconEmojiId: bigint
optional
title: string
topicId: number

Static Properties

readonly
[paramDesc]: ParamDesc