Skip to main content

ModifyGuildIncidentActions

Documentation


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?

optional dmsDisabledUntil?: 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?

optional invitesDisabledUntil?: 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