Class DiscordAuditLogMemberUpdateEntry
Represents a audit log member update entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogMemberUpdateEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceAddedRoles
Gets the roles that were added to the member.
Declaration
public IReadOnlyList<DiscordRole> AddedRoles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordRole> |
CommunicationDisabledUntilChange
Get's the timeout change.
Declaration
public PropertyChange<DateTime?> CommunicationDisabledUntilChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.DateTime>> |
DeafenChange
Gets the description of member's deaf status change.
Declaration
public PropertyChange<bool?> DeafenChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Boolean>> |
MuteChange
Gets the description of member's mute status change.
Declaration
public PropertyChange<bool?> MuteChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Boolean>> |
NicknameChange
Gets the description of member's nickname change.
Declaration
public PropertyChange<string> NicknameChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
RemovedRoles
Gets the roles that were removed from the member.
Declaration
public IReadOnlyList<DiscordRole> RemovedRoles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordRole> |
Target
Gets the affected member.
Declaration
public DiscordMember Target { get; }
Property Value
Type | Description |
---|---|
DiscordMember |