Documentation - v0.27.0
Preparing search index...
@mtcute/core
highlevel/methods
createChannel
Function createChannel
createChannel
(
client
:
ITelegramClient
,
params
:
{
description
?:
string
;
title
:
string
}
,
)
:
Promise
<
Chat
>
Create a new broadcast channel
Parameters
client
:
ITelegramClient
params
:
{
description
?:
string
;
title
:
string
}
Optional
description
?:
string
Channel description
title
:
string
Channel title
Returns
Promise
<
Chat
>
Newly created channel
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.27.0
Loading...
Create a new broadcast channel