Skip to content

Commit

Permalink
fix: the string in lazy request is a snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Nov 13, 2024
1 parent 4ed68ce commit 61ac7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/events/lazy_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ pub struct LazyRequest {
#[serde(skip_serializing_if = "Option::is_none")]
pub members: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
pub channels: Option<HashMap<String, Vec<Vec<u64>>>>,
pub channels: Option<HashMap<Snowflake, Vec<Vec<u64>>>>,
}

0 comments on commit 61ac7d1

Please sign in to comment.