TDLib v0.0.2 TDLib.Method.CreateNewSupergroupChat View Source
Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat.
Returns object_ptr
Name | Type | Description |
---|---|---|
title | string | Title of the new chat; 1-255 characters. |
is_channel | bool | True, if a channel chat should be created. |
description | string | Chat description; 0-255 characters. |
More details on telegram’s documentation.