blob: 13c8cf0cbf6fe66f4a7a3109d1a9113fee160a6a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
type t = {
user: User_t.partial_user;
roles: Role_id.t list;
game: Activity.t option;
guild_id: Guild_id_t.t;
status: string;
activities: Activity.t list;
} [@@deriving sexp, yojson]
|