Class DiscordAuditLogMessageEntry
Represents a audit log message entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogMessageEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceChannel
Gets the channel in which the action occurred.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
MessageCount
Gets the number of messages that were affected.
Declaration
public int? MessageCount { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Target
Gets the affected message. Note that more often than not, this will only have ID specified.
Declaration
public DiscordMessage Target { get; }
Property Value
Type | Description |
---|---|
DiscordMessage |