aboutsummaryrefslogtreecommitdiff
path: root/lib/s.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/s.ml')
-rw-r--r--lib/s.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/s.ml b/lib/s.ml
index 05eee18..2bd2703 100644
--- a/lib/s.ml
+++ b/lib/s.ml
@@ -48,6 +48,7 @@ module type ChannelImpl = sig
Message_t.t list Deferred.Or_error.t
val broadcast_typing : t -> unit Deferred.Or_error.t
val get_pins : t -> Message_t.t list Deferred.Or_error.t
+ val bulk_delete : Snowflake.t list -> t -> unit Deferred.Or_error.t
(* TODO more things related to guild channels *)
end