Interface MsgDeleteRequest

interface MsgDeleteRequest {
    no_erase?: boolean;
    seq: number;
}

Hierarchy (view full)

Properties

Properties

no_erase?: boolean

Default will securely remove a message and rewrite the data with random data, set this to true to only remove the message

seq: number

Stream sequence number of the message to retrieve