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

    Interface ModerationRedactReason

    Redaction reason due to moderation.

    ModerationRedactReason

    interface ModerationRedactReason {
        hide: boolean;
        reason: string;
        threadId?: string;
        type: "moderation";
    }
    Index

    Properties

    hide: boolean

    Whether the message should be hidden.

    reason: string

    The moderation reason for the message deletion.

    threadId?: string

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

    type: "moderation"

    The redaction type.