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

x/mtkruto/tl/3_functions.ts>channels_toggleForum_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_toggleForum_
extends Function_<enums.Updates>
import { channels_toggleForum_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Enable or disable forum functionality in a supergroup.

Constructors

new
channels_toggleForum_(params: { channel: enums.InputChannel; enabled: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Supergroup ID

enabled: boolean

Enable or disable forum functionality

Static Properties

__F: (params: { channel: enums.InputChannel; enabled: boolean; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc