We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdaadc commit c8a32b1Copy full SHA for c8a32b1
src/builder/edit_guild_incident_actions.rs
@@ -7,6 +7,7 @@ use crate::model::prelude::*;
7
/// A builder for editing guild incident actions.
8
///
9
/// [Discord's docs]: https://github.com/discord/discord-api-docs/pull/6396
10
+#[derive(Clone, Debug, Default, Serialize)]
11
#[must_use]
12
pub struct EditGuildIncidentActions {
13
invites_disabled_until: Option<Timestamp>,
0 commit comments