Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InteractionResponseFlags

Flags that can be included in an Interaction Response.

enum InteractionResponseFlags {
EPHEMERAL = 64,
}

§Members

§
InteractionResponseFlags.EPHEMERAL = 64
[src]

Show the message only to the user that performed the interaction. Message does not persist between sessions.