TDLib v0.0.2 TDLib.Method.CreateNewBasicGroupChat View Source
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.
Returns object_ptr
Name | Type | Description |
---|---|---|
user_ids | number[] | Identifiers of users to be added to the basic group. |
title | string | Title of the new basic group; 1-255 characters. |
More details on telegram’s documentation.