aboutsummaryrefslogtreecommitdiff
path: root/lib/models/gen/presence_t.ml
blob: 940d986a362241fff97010d5bf2da6d4361894a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(* Auto-generated from "presence.atd" *)
              [@@@ocaml.warning "-27-32-35-39"]

type user = User_t.t

type snowflake = Snowflake_t.t

type partial_user = User_t.partial_user

type activity = Activity_t.t

type t = {
  user: partial_user;
  roles: snowflake list;
  game: activity option;
  guild_id: snowflake;
  status: string;
  activities: activity list
}