Skip to main content

Class MessageDeleteAuditLogData

Contains a piece of audit log data related to message deletion(s).

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MessageDeleteAuditLogData : IAuditLogData

Properties​

MessageCount​

Gets the number of messages that were deleted.

View Source​
Declaration
public int MessageCount { get; }

ChannelId​

Gets the ID of the channel that the messages were deleted from.

View Source​
Declaration
public ulong ChannelId { get; }

Target​

Gets the user of the messages that were deleted.

View Source​
Declaration
public IUser Target { get; }

Implements​