ModifyGuildIncidentActions
Documentation / @discordeno/types / ModifyGuildIncidentActions
Interface: ModifyGuildIncidentActions
Defined in: discordeno/guild.ts:312
https://docs.discord.com/developers/resources/guild#modify-guild-incident-actions-json-params
Properties
dmsDisabledUntil?
optionaldmsDisabledUntil?:string|null
Defined in: discordeno/guild.ts:332
When direct messages will be enabled again
Remarks
The value should either be an ISO8601 string or null
Can be enabled for a maximal timespan of 24 hours in the future. Supplying null disables the action
invitesDisabledUntil?
optionalinvitesDisabledUntil?:string|null
Defined in: discordeno/guild.ts:322
When invites will be enabled again
Remarks
The value should either be an ISO8601 string or null
Can be enabled for a maximal timespan of 24 hours in the future. Supplying null disables the action