Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsCreateChannel

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

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