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.

NameTypeDescription
user_idsnumber[]Identifiers of users to be added to the basic group.
titlestringTitle of the new basic group; 1-255 characters.

More details on telegram’s documentation.