aboutsummaryrefslogtreecommitdiff
path: root/lib/models/id/channel_id_t.ml
blob: 2164b4fd462b5c17ec4cc118a4c701adc3190fcc (plain) (blame)
1
2
3
type t = [ `Channel_id of Snowflake.t ] [@@deriving sexp, yojson]

let get_id (`Channel_id id) = id