Table of Contents

Class MessagesBulkDeletedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for MessagesBulkDeleted event.

public class MessagesBulkDeletedEventArgs : DiscordEventArgs
Inheritance
MessagesBulkDeletedEventArgs

Properties

Channel

Gets the channel in which the deletion occurred.

Guild

Gets the guild in which the deletion occurred.

Messages

Gets a collection of the deleted messages.