diff --git a/src/gateway.rs b/src/gateway.rs index ea5b203..a3d0d1b 100644 --- a/src/gateway.rs +++ b/src/gateway.rs @@ -152,6 +152,10 @@ impl GatewayMessage { /// [`GatewayEvents`](GatewayEvent), which you can subscribe to. Gateway events include all currently /// implemented types with the trait [`WebSocketEvent`] /// Using this handle you can also send Gateway Events directly. +/// +/// # Store +/// The value of `store`s [`HashMap`] is a [`tokio::sync::watch::channel`]. See the +/// [`Updateable`] trait for more information. #[derive(Debug)] pub struct GatewayHandle { pub url: String,