@theophilusdev/conduit
    Preparing search index...

    Interface UserRemovePayload

    interface UserRemovePayload {
        author: string;
        leftParticipantFbID: string;
        participantIDs: string[];
        threadID: string;
        type: "user:remove";
        send(body: ConduitSendableBody): Promise<SentMessage>;
        shareContact(
            message: ConduitSendableBody,
            userID: string,
        ): Promise<SentMessage>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    author: string
    leftParticipantFbID: string
    participantIDs: string[]
    threadID: string
    type: "user:remove"

    Methods