logos-chat/src/chat/types.nim

3 lines
51 B
Nim
Raw Normal View History

2025-09-05 15:35:47 -07:00
type MessageId* = string
2025-12-15 13:55:19 -08:00
type Content* = seq[byte]