@ably/chat - v0.10.0
    Preparing search index...

    Interface Operation

    Represents the detail of a message deletion or update.

    interface Operation {
        clientId?: string;
        description?: string;
        metadata?: OperationMetadata;
    }
    Index

    Properties

    clientId?: string

    The optional clientId of the user who performed the update or deletion.

    description?: string

    The optional description for the update or deletion.

    The optional metadata associated with the update or deletion.