Search Results for

    Show / Hide Table of Contents

    Delegate InteractionHandlerDelegate

    Represents an async continuation for the next task to execute in the pipeline.

    Namespace: Color_Chan.Discord.Commands
    Assembly: Color-Chan.Discord.Commands.dll
    Syntax
    public delegate Task<Result<IDiscordInteractionResponse>> InteractionHandlerDelegate();
    Returns
    Type Description
    Task<Result<IDiscordInteractionResponse>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX