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

type user = User_t.t

type snowflake = Snowflake_t.t

type t = {
  id: snowflake option;
  name: string;
  roles: snowflake list option;
  user: user option;
  require_colons: bool option;
  managed: bool option;
  animated: bool option
}