Table of Contents

Interface IRestInteractionContext

Namespace
Discord
Assembly
Discord.Net.Core.dll
public interface IRestInteractionContext : IInteractionContext
Inherited Members

Properties

InteractionResponseCallback

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

Func<string, Task> InteractionResponseCallback { get; }

Property Value

Func<string, Task>

Remarks

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