InteractionResponseFlagsFlags 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.