Function: updateGroup()
updateGroup(
name,info,options?):Promise<GroupInfo>
Update some or all of the group's properties. Pass null to reset to default values.
Parameters
name
string
info
description
null | string
maxConcurrency
null | number
maximum total number of concurrent conversation allowed for all applications in a group
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
Returns
Promise<GroupInfo>
Found a mistake? Let us know.