Interface: UnumMessage

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / UnumMessage

Interface: UnumMessage

Defined in: src/integrations/unum.ts:51

Message sent through a Unum channel

Properties

channelId

channelId: string

Defined in: src/integrations/unum.ts:55

Channel ID


content

content: unknown

Defined in: src/integrations/unum.ts:59

Message content


id

id: string

Defined in: src/integrations/unum.ts:53

Message ID


sender

sender: UnumIdentity

Defined in: src/integrations/unum.ts:57

Sender identity


timestamp

timestamp: number

Defined in: src/integrations/unum.ts:63

Timestamp


type

type: "event" | "text" | "fact" | "system"

Defined in: src/integrations/unum.ts:61

Message type