Class MessageBulkDeleteAuditLogData
Contains a piece of audit log data related to message deletion(s).
public class MessageBulkDeleteAuditLogData : IAuditLogData
- Inheritance
-
MessageBulkDeleteAuditLogData
- Implements
- Inherited Members
Properties
ChannelId
Gets the ID of the channel that the messages were deleted from.
public ulong ChannelId { get; }
Property Value
- ulong
A ulong representing the snowflake identifier for the channel that the messages were deleted from.
MessageCount
Gets the number of messages that were deleted.
public int MessageCount { get; }