Function ensureGroupAndParticipants
- ensureGroupAndParticipants(groupId, participantsIds, createIfNotExists?): Promise<{
groupChat: whatsapp;
participants: ParticipantModel[];
}> Returns Promise<{
groupChat: whatsapp;
participants: ParticipantModel[];
}>