ParticipantsAddedListener type

Callback for ChatAdapterSubscribers 'participantsAdded' event.

type ParticipantsAddedListener = (event: {
  addedBy: ChatParticipant
  participantsAdded: ChatParticipant[]
}) => void