Update docs aesthetics

Co-authored-by: kozabrada123 <59031733+kozabrada123@users.noreply.github.com>
This commit is contained in:
Quat3rnion 2024-06-07 00:46:53 -04:00 committed by GitHub
parent a0cddbf3ae
commit 83a8f080b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
#[derive(Debug, Deserialize, Serialize, Clone, Copy, PartialEq, PartialOrd, Eq, Ord)] #[derive(Debug, Deserialize, Serialize, Clone, Copy, PartialEq, PartialOrd, Eq, Ord)]
/// Query parameters for routes that list invites. /// Query parameters for the `Get Invite` route.
///
/// # Reference: /// # Reference:
/// Read: <https://discord-userdoccers.vercel.app/resources/invite#invite-structure> /// Read: <https://docs.discord.sex/resources/invite#query-string-params>
pub struct GetInvitesSchema { pub struct GetInvitesSchema {
pub with_counts: Option<bool>, pub with_counts: Option<bool>,
} }