mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 02:40:08 +00:00
feat(APIBaseGuildMember): add unusual_dm_activity_until
This commit is contained in:
6
deno/payloads/v10/guild.ts
generated
6
deno/payloads/v10/guild.ts
generated
@@ -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
|
||||
*
|
||||
|
||||
6
deno/payloads/v9/guild.ts
generated
6
deno/payloads/v9/guild.ts
generated
@@ -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
|
||||
*
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user