diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/model/gateway.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/gateway.rs b/src/model/gateway.rs index ca9b92f..68668cf 100644 --- a/src/model/gateway.rs +++ b/src/model/gateway.rs @@ -28,6 +28,8 @@ pub struct BotGateway { /// Representation of a game that a [`User`] is playing -- or streaming in the /// case that a stream URL is provided. +/// +/// [`User`]: ../user/struct.User.html #[derive(Clone, Debug, Serialize)] pub struct Game { /// The type of game status. |