Table of Contents

Method AsEphemeral

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AsEphemeral(bool)

Sets the followup message to be ephemeral.

public DiscordFollowupMessageBuilder AsEphemeral(bool ephemeral = true)

Parameters

ephemeral bool

Ephemeral.

Returns

DiscordFollowupMessageBuilder

The builder to chain calls with.