Interface MessageVersion

Contains the details regarding the current version of the message - including when it was updated and by whom.

Hierarchy

  • MessageVersion

Properties

clientId?: string

The client ID of the client that updated the message to this version.

description?: string

The description provided by the client that updated the message to this version.

metadata?: Record<string, string>

A JSON object of string key-value pairs that may contain metadata associated with the operation to update the message to this version.

serial?: string

A unique identifier for the version of the message, lexicographically-comparable with other versions (that share the same Message.serial). Will differ from the Message.serial only if the message has been updated or deleted.

timestamp?: number

The timestamp of the message version.

If the Message.action is message.create, this will equal the Message.timestamp.

Generated using TypeDoc