aboutsummaryrefslogtreecommitdiff
path: root/lib/models/id/message_id.mli
blob: 77a228aa0f02c5fb12aecc41d340513875cf8784 (plain) (blame)
1
2
3
type t = [ `Message_id of Snowflake.t ] [@@deriving sexp, yojson { exn = true }]

val get_id : t -> Snowflake.t