From 7c9b809078b5cd53e3d54c0004c683da2ec679af Mon Sep 17 00:00:00 2001 From: Adelyn Breedlove Date: Mon, 11 Feb 2019 17:23:59 +0000 Subject: Add a cache --- lib/models/user/user_t.mli | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/models/user/user_t.mli') diff --git a/lib/models/user/user_t.mli b/lib/models/user/user_t.mli index 7b8f6b6..78f7a28 100644 --- a/lib/models/user/user_t.mli +++ b/lib/models/user/user_t.mli @@ -1,6 +1,10 @@ (** A partial user. Used internally. *) type partial_user = { id: User_id_t.t; + username: string option; + discriminator: string option; + avatar: string option; + bot: bool; } [@@deriving sexp, yojson { exn = true }] (** A user object. *) -- cgit v1.2.3