Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsCreateForumTopic

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

Constructors

new
ChannelsCreateForumTopic(params: { channel: types.TypeInputChannel; title: string; iconColor?: number; iconEmojiId?: bigint; randomId: bigint; sendAs?: types.TypeInputPeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
iconColor: number
optional
iconEmojiId: bigint
randomId: bigint
optional
sendAs: types.TypeInputPeer
title: string

Static Properties

readonly
[paramDesc]: ParamDesc