Search Results for

    Show / Hide Table of Contents

    Class WebhooksUpdateEventArgs

    Represents arguments to WebhooksUpdated event.

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

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel to which the webhook belongs to.

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

    Guild

    Gets the guild that had its webhooks updated.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild

    Extension Methods

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