Class SocketMessageBulkDeleteAuditLogData
Contains a piece of audit log data related to message deletion(s).
public class SocketMessageBulkDeleteAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketMessageBulkDeleteAuditLogData
- 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; }