Table of Contents
API reference

Method DeferredChannelMessageWithSource

Namespace
DisCatSharp.Hosting.AspNetCore.Ingress.Interactions
Assembly
DisCatSharp.Hosting.AspNetCore.dll

DeferredChannelMessageWithSource(bool)

Creates a deferred message response for an incoming Discord interaction.

public static DiscordInteractionIngressResponse DeferredChannelMessageWithSource(bool ephemeral = false)

Parameters

ephemeral bool

Whether the deferred response should be ephemeral.

Returns

DiscordInteractionIngressResponse

The deferred message response.