aboutsummaryrefslogtreecommitdiff
path: root/lib/models/id/channel_id_t.mli
blob: 72324a7ea97c07b2d165aae8e5822eb2d6032393 (plain) (blame)
1
2
3
4
type t = [ `Channel_id of Snowflake.t ] [@@deriving sexp, yojson { exn = true }]

val compare : t -> t -> int
val get_id : t -> Snowflake.t