Interface FlowableRemovedParticipantsEvent

    • Method Detail

      • getConversation

        Conversation getConversation()
        The conversation with the removed participants.
        Returns:
        the conversation that was updated
      • getRemovedParticipants

        Collection<String> getRemovedParticipants()
        The ids of the participants that were removed from the conversation. Never null or empty.
        Returns:
        the ids of the removed participants
      • getUserId

        String getUserId()
        The id of the user that is doing the removing of the participants
        Returns:
        the id of the user that is doing the removing of the participants