aboutsummaryrefslogtreecommitdiff
path: root/lib/models/gen/role.atd
blob: a6bdcbae2089ac3295c0f995540f68a5fb68780c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
type snowflake <ocaml from="Snowflake" t="t"> = abstract

type t = {
    id: snowflake;
    name: string;
    colour <json name="color">: int;
    hoist: bool;
    position: int;
    permissions: int;
    managed: bool;
    mentionable: bool;
}