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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelsCreateChannel
extends Function<types.TypeUpdates>
import { ChannelsCreateChannel } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

Constructors

new
ChannelsCreateChannel(params: { broadcast?: true; megagroup?: true; forImport?: true; forum?: true; title: string; about: string; geoPoint?: types.TypeInputGeoPoint; address?: string; ttlPeriod?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
about: string
optional
address: string
optional
broadcast: true
optional
forImport: true
optional
forum: true
optional
geoPoint: types.TypeInputGeoPoint
optional
megagroup: true
title: string
optional
ttlPeriod: number

Static Properties

readonly
[paramDesc]: ParamDesc