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

    Interface MessageVersion

    Represents the detail of a message deletion or update.

    interface MessageVersion {
        clientId?: string;
        description?: string;
        metadata?: OperationMetadata;
        serial: string;
        timestamp: Date;
    }
    Index

    Properties

    clientId?: string

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

    description?: string

    The optional description for an update or deletion.

    The optional metadata associated with an update or deletion.

    serial: string

    A unique identifier for the latest version of this message.

    timestamp: Date

    The timestamp at which this version was updated, deleted, or created.