pub type MessageId = Uuid;
Unique identifier for a chat message.
pub struct MessageId(/* private fields */);