Search Results for

    Show / Hide Table of Contents

    Interface IRestInteractionContext

    Inherited Members
    IInteractionContext.Client
    IInteractionContext.Guild
    IInteractionContext.Channel
    IInteractionContext.User
    IInteractionContext.Interaction
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IRestInteractionContext : IInteractionContext

    Properties

    | Improve this Doc View Source

    InteractionResponseCallback

    Gets or sets the callback to use when the service has outgoing json for the rest webhook.

    Declaration
    Func<string, Task> InteractionResponseCallback { get; }
    Property Value
    Type Description
    Func<String, Task>
    Remarks

    If this property is null the default callback will be used.

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.10.0