Properties:
Name | Type | Attributes | Description |
---|---|---|---|
name |
string |
Group name |
|
type |
TencentCloudChat.TYPES |
Group type |
|
groupID |
string |
<optional> |
Group ID, can be customized, if not passed will be automatically generated by system |
avatar |
string |
<optional> |
Group avatar |
introduction |
string |
<optional> |
Group introduction |
notification |
string |
<optional> |
Group announcement |
maxMemberNum |
number |
<optional> |
Maximum group member count, default when not specified: Work group is 200, Public group is 2000, Meeting group is 10000, Live streaming group has no limit |
joinOption |
TencentCloudChat.TYPES |
<optional> |
Group join request option |
memberList |
Array.<GroupMemberItem> |
<optional> |
Initial group member list, maximum 500. Cannot add members when creating live streaming group |
groupCustomField |
Array.<any> |
<optional> |
Group dimension custom fields, not available by default, needs to be enabled |
isSupportTopic |
boolean |
<optional> |
true - Create community with topic support false - Create normal community |
GroupService Create Group Parameters