@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface MembershipChange

    A user membership change message content.

    MembershipChange

    interface MembershipChange {
        handle: Handle;
        isEdited: boolean;
        repliedToMessageId?: string;
        state: MembershipState;
        threadId?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    handle: Handle

    The handle of the user whose membership state has changed.

    isEdited: boolean

    True if this message has been edited by the sender, false if not.

    repliedToMessageId?: string

    The message ID of the message this message is replying to (if this message is a reply).

    The new membership state.

    threadId?: string

    The thread ID of the message (if this message is in a thread).

    type: string

    The type of the message content.