Interface MessageOperation

Contains metadata about a message update or delete operation.

Hierarchy

  • MessageOperation

Properties

clientId?: string

Optional identifier of the client performing the operation.

description?: string

Optional human-readable description of the operation.

metadata?: Record<string, string>

Optional dictionary of key-value pairs containing additional metadata about the operation.

Generated using TypeDoc