feat(APIBaseGuildMember): add unusual_dm_activity_until

This commit is contained in:
Danial Raza
2025-07-01 23:44:24 +02:00
parent b238cc5b67
commit dfb9cc8c37
4 changed files with 24 additions and 0 deletions

View File

@@ -675,6 +675,12 @@ export interface APIBaseGuildMember {
* Timestamp of when the time out will be removed; until then, they cannot interact with the guild
*/
communication_disabled_until?: string | null;
/**
* Timestamp of when the member will no longer be marked as having unusual DM activity
*
* @see {@link https://support.discord.com/hc/articles/15946797617431-Members-Page#h_01H5K0YX4XET5E6KP0Q1T9HWNP}
*/
unusual_dm_activity_until?: string | null;
/**
* The data for the member's guild avatar decoration
*

View File

@@ -667,6 +667,12 @@ export interface APIBaseGuildMember {
* Timestamp of when the time out will be removed; until then, they cannot interact with the guild
*/
communication_disabled_until?: string | null;
/**
* Timestamp of when the member will no longer be marked as having unusual DM activity
*
* @see {@link https://support.discord.com/hc/articles/15946797617431-Members-Page#h_01H5K0YX4XET5E6KP0Q1T9HWNP}
*/
unusual_dm_activity_until?: string | null;
/**
* The data for the member's guild avatar decoration
*

View File

@@ -675,6 +675,12 @@ export interface APIBaseGuildMember {
* Timestamp of when the time out will be removed; until then, they cannot interact with the guild
*/
communication_disabled_until?: string | null;
/**
* Timestamp of when the member will no longer be marked as having unusual DM activity
*
* @see {@link https://support.discord.com/hc/articles/15946797617431-Members-Page#h_01H5K0YX4XET5E6KP0Q1T9HWNP}
*/
unusual_dm_activity_until?: string | null;
/**
* The data for the member's guild avatar decoration
*

View File

@@ -667,6 +667,12 @@ export interface APIBaseGuildMember {
* Timestamp of when the time out will be removed; until then, they cannot interact with the guild
*/
communication_disabled_until?: string | null;
/**
* Timestamp of when the member will no longer be marked as having unusual DM activity
*
* @see {@link https://support.discord.com/hc/articles/15946797617431-Members-Page#h_01H5K0YX4XET5E6KP0Q1T9HWNP}
*/
unusual_dm_activity_until?: string | null;
/**
* The data for the member's guild avatar decoration
*