Search Results for

    Show / Hide Table of Contents

    Class InteractionCreateEventArgs

    Represents arguments for InteractionCreated

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

    Constructors

    | Improve this Doc View Source

    InteractionCreateEventArgs(IServiceProvider)

    Initializes a new instance of the InteractionCreateEventArgs class.

    Declaration
    public InteractionCreateEventArgs(IServiceProvider provider)
    Parameters
    Type Name Description
    System.IServiceProvider provider

    The provider.

    Properties

    | Improve this Doc View Source

    Interaction

    Gets the interaction data that was invoked.

    Declaration
    public DiscordInteraction Interaction { get; }
    Property Value
    Type Description
    DiscordInteraction

    Extension Methods

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