MadelineProtoDocs/docs/TD_docs/methods/createNewChannelChat.md

870 B

title description image
createNewChannelChat Creates new channel chat and send corresponding messageChannelChatCreate, returns created chat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: createNewChannelChat

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Creates new channel chat and send corresponding messageChannelChatCreate, returns created chat

Parameters:

Name Type Description Required
title string Title of new channel chat, 1-255 characters Yes
is_supergroup Bool True, if supergroup chat should be created Yes
description string Channel description, 0-255 characters Yes

Return type: Chat