1 2 3 4
type t = [ `Guild_id of Snowflake.t ] [@@deriving sexp, yojson] val compare : t -> t -> int val get_id : t -> Snowflake.t