aboutsummaryrefslogtreecommitdiff
path: root/lib/models/channel/message/message_t.mli
diff options
context:
space:
mode:
authorMatias Goldfeld <[email protected]>2021-01-28 02:26:36 -0500
committerMatias Goldfeld <[email protected]>2021-01-28 02:26:36 -0500
commitc937240fdd2036edd493debb76117165e4084e8b (patch)
treeb0d89ca5795724b3bb804f2d65ee609217567ecd /lib/models/channel/message/message_t.mli
parentMore Int64 refactors (diff)
downloaddisml-c937240fdd2036edd493debb76117165e4084e8b.tar.xz
disml-c937240fdd2036edd493debb76117165e4084e8b.zip
Started conversion to ppx_yojson_conv
Diffstat (limited to 'lib/models/channel/message/message_t.mli')
-rw-r--r--lib/models/channel/message/message_t.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/channel/message/message_t.mli b/lib/models/channel/message/message_t.mli
index 907565c..ba8c62a 100644
--- a/lib/models/channel/message/message_t.mli
+++ b/lib/models/channel/message/message_t.mli
@@ -19,4 +19,4 @@ type t = {
pinned: bool; (** Whether the message is pinned. *)
webhook_id: Snowflake.t option; (** The webhook ID, if the message was sent by a webhook. *)
kind: int; (** See {{:https://discordapp.com/developers/docs/resources/channel#message-object-message-types}the discord docs} for message type enumeration. *)
-} [@@deriving sexp, yojson { exn = true }] \ No newline at end of file
+} [@@deriving sexp, yojson] \ No newline at end of file