blob: b303aa3e30fd7a3b5231ec2ec119724c0aefaa0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
(* Auto-generated from "user.atd" *)
[@@@ocaml.warning "-27-32-35-39"]
type snowflake = Snowflake_t.t
type t = {
id: snowflake;
username: string;
discriminator: string;
avatar: string option;
bot: bool
}
|