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

    Interface EditMessageInput

    Properties required to edit an existing message.

    EditMessageInput

    interface EditMessageInput {
        handleId: HandleId;
        message: string;
        messageId: string;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    message: string

    The new message text that will replace the older message.

    messageId: string

    The identifier of the message to edit.

    recipient: Recipient

    The target recipient.