Function ensureGroupAndParticipants
- ensureGroupAndParticipants(groupId, participantsIds, createIfNotExists?): Promise<{
groupChat: ChatModel;
participants: ParticipantModel[];
}> Parameters
- groupId: string | Wid
- participantsIds: string | Wid | (string | Wid)[]
- createIfNotExists: boolean = false