Dela via


ParticipantsAddedListener type

Återanrop till ChatAdapterSubscribers "participantsAdded"-händelse.

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