Interface IRestInteractionContext
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IRestInteractionContext : IInteractionContext
Properties
| Improve this Doc View SourceInteractionResponseCallback
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.