- createChannel(
client: ITelegramClient,
params: { description?: string; title: string },
): Promise<Chat> Parameters
- client: ITelegramClient
- params: { description?: string; title: string }
Optional
description?: string
title: string
Returns Promise<Chat>
Newly created channel
Create a new broadcast channel