Class MessageBulkDeleteEventArgs
Represents arguments for MessagesBulkDeleted event.
Inheritance
System.Object
System.EventArgs
MessageBulkDeleteEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class MessageBulkDeleteEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel in which the deletion occurred.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Guild
Gets the guild in which the deletion occurred.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Messages
Gets a collection of the deleted messages.
Declaration
public IReadOnlyList<DiscordMessage> Messages { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordMessage> |