Interface MessageActionDetails

Represents the detail of a message deletion or update.

interface MessageActionDetails {
    clientId?: string;
    description?: string;
    metadata?: ActionMetadata;
}

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.

metadata?: ActionMetadata

The optional metadata associated with the update or deletion.