Table of Contents

Struct MemberSearchV2SafetySignalsProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the safety signal properties for searching members in a guild.

public struct MemberSearchV2SafetySignalsProperties
Inherited Members

Properties

AutomodQuarantinedUsername

Gets or sets the automod quarantined username property for the search.

public bool? AutomodQuarantinedUsername { readonly get; set; }

Property Value

bool?

CommunicationDisabledUntil

Gets or sets the communication disabled until property for the search.

public MemberSearchV2SafetySignalProperties? CommunicationDisabledUntil { readonly get; set; }

Property Value

MemberSearchV2SafetySignalProperties?

UnusualAccountActivity

Gets or sets the unusual account activity property for the search.

public bool? UnusualAccountActivity { readonly get; set; }

Property Value

bool?

UnusualDmActivityUntil

Gets or sets the unusual DM activity until property for the search.

public MemberSearchV2SafetySignalProperties? UnusualDmActivityUntil { readonly get; set; }

Property Value

MemberSearchV2SafetySignalProperties?