Expand description

Message types and conversion methods.

Structs

An SSB message represented as a key-value-timestamp (KVT).

The value of an SSB message (the V in KVT).

Enums

Message content types.

Type Definitions

SsbMessageContent is a type alias for TypedMessage from the kuska_ssb library. It is aliased in golgi to fit the naming convention of the other message types: SsbMessageKVT and SsbMessageValue.