Table of Contents

Class SocketMessageBulkDeleteAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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; }

Property Value

int

An int representing the number of messages that were deleted from the channel.