Search Results for

    Show / Hide Table of Contents

    Class MessageBulkDeleteEventArgs

    Represents arguments for MessagesBulkDeleted event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    MessageBulkDeleteEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class MessageBulkDeleteEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel in which the deletion occurred.

    Declaration
    public DiscordChannel Channel { get; }
    Property Value
    Type Description
    DiscordChannel
    | Improve this Doc View Source

    Guild

    Gets the guild in which the deletion occurred.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    Messages

    Gets a collection of the deleted messages.

    Declaration
    public IReadOnlyList<DiscordMessage> Messages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordMessage>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems