SystemMessage type

Discriminated union of all system messages.

The systemMessageType field specializes into union variants.

type SystemMessage =
  | ParticipantAddedSystemMessage
  | ParticipantRemovedSystemMessage
  | TopicUpdatedSystemMessage
  | ContentSystemMessage