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

    Interface DeleteOwnRedactReason

    Redaction reason for a user deleting their own message.

    DeleteOwnRedactReason

    interface DeleteOwnRedactReason {
        threadId?: string;
        type: "deleteOwn";
    }
    Index

    Properties

    Properties

    threadId?: string

    (Optional) The thread Id of the message being deleted.

    type: "deleteOwn"

    The redaction type.