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
boolEphemeral.
Returns
- DiscordFollowupMessageBuilder
The builder to chain calls with.