Preparing search index...
The search index is not available
@wppconnect/wa-js - v3.16.6
@wppconnect/wa-js
group
ensureGroupAndParticipants
Function ensureGroupAndParticipants
ensureGroupAndParticipants
(
groupId
:
string
|
Wid
,
participantsIds
:
string
|
Wid
|
(
string
|
Wid
)
[]
,
createIfNotExists
?:
boolean
,
)
:
Promise
<
{
groupChat
:
ChatModel
;
participants
:
ParticipantModel
[]
}
>
Parameters
groupId
:
string
|
Wid
participantsIds
:
string
|
Wid
|
(
string
|
Wid
)
[]
createIfNotExists
:
boolean
= false
Returns
Promise
<
{
groupChat
:
ChatModel
;
participants
:
ParticipantModel
[]
}
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@wppconnect/wa-js - v3.16.6
Loading...