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

    Interface DeleteMessageInput

    Properties required to delete an existing message.

    DeleteMessageInput

    interface DeleteMessageInput {
        handleId: HandleId;
        messageId: string;
        reason?: RedactReason;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    messageId: string

    The identifier of the message to delete.

    reason?: RedactReason

    The optional reason for deleting the message, accessible by all members of the chat.

    recipient: Recipient

    The target recipient.