Skip to content

Commit a491f36

Browse files
committed
add unusual_dm_activity_until to member object
1 parent cec6006 commit a491f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/guild.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ The fields `id`, `discriminator` and `avatar` are anonymized to prevent abuse.
367367
| pending? | boolean | whether the user has not yet passed the guild's [Membership Screening](/docs/resources/guild#membership-screening-object) requirements |
368368
| permissions? | string | total permissions of the member in the channel, including overwrites, returned when in the interaction object |
369369
| communication_disabled_until? | ?ISO8601 timestamp | when the user's [timeout](https://support.discord.com/hc/en-us/articles/4413305239191-Time-Out-FAQ) will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out |
370+
| unusual_dm_activity_until? | ?ISO8601 timestamp | when the member will no longer be marked as having [unusual DM activity](https://support.discord.com/hc/en-us/articles/15946797617431#h_01H5K0YX4XET5E6KP0Q1T9HWNP) |
370371
| avatar_decoration_data? | ?[avatar decoration data](/docs/resources/user#avatar-decoration-data-object) object | data for the member's guild avatar decoration |
371372

372373
:::info

0 commit comments

Comments
 (0)