diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-28 10:31:51 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-28 10:31:51 -0700 |
| commit | 8662e92987c437f59d09896a247ec2b5d82c4528 (patch) | |
| tree | f004cc14598351d4ad6b19d8e993d2f629c5e738 /lib/models/user/activity.mli | |
| parent | Add more docs (diff) | |
| download | disml-8662e92987c437f59d09896a247ec2b5d82c4528.tar.xz disml-8662e92987c437f59d09896a247ec2b5d82c4528.zip | |
Publish docs updates
Diffstat (limited to 'lib/models/user/activity.mli')
| -rw-r--r-- | lib/models/user/activity.mli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/models/user/activity.mli b/lib/models/user/activity.mli index 970ac59..1ddd4e7 100644 --- a/lib/models/user/activity.mli +++ b/lib/models/user/activity.mli @@ -1,6 +1,6 @@ -(** An activity object. *) -type t = { - name: string; (** The name of the activity. *) - kind: int; (** 0 = Playing, 1 = Streaming, 2 = Listening, 3 = Watching *) - url: string option; (** Stream URL. Only validated for kind = 1. *) +(** An activity object. *)
+type t = {
+ name: string; (** The name of the activity. *)
+ kind: int; (** 0 = Playing, 1 = Streaming, 2 = Listening, 3 = Watching *)
+ url: string option; (** Stream URL. Only validated for kind = 1. *)
} [@@deriving sexp, yojson]
\ No newline at end of file |