1 2 3 4 5 6 7 8
type t = { user: User.t; nick: string option; roles: Role.t list; joined_at: string; deaf: bool; mute: bool; } [@@deriving yojson]