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.

NameTypeDescription
titlestringTitle of the new chat; 1-255 characters.
is_channelboolTrue, if a channel chat should be created.
descriptionstringChat description; 0-255 characters.

More details on telegram’s documentation.