Condividi tramite


ParticipantsAddedListener type

Callback per l'evento ChatAdapterSubscribers 'participantsAdded'.

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