Class DiscordFollowupMessageBuilder
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Constructs a followup message to an interaction.
public sealed class DiscordFollowupMessageBuilder : BaseDiscordMessageBuilder<DiscordFollowupMessageBuilder>, IDiscordMessageBuilder
- Inheritance
-
DiscordFollowupMessageBuilder
- Implements
- Inherited Members
Constructors
- DiscordFollowupMessageBuilder()
Constructs a new followup message builder
- DiscordFollowupMessageBuilder(IDiscordMessageBuilder)
Copies the common properties from the passed builder.
Properties
- IsEphemeral
Whether this followup message should be ephemeral.
Methods
- AsEphemeral(bool)
Sets the followup message to be ephemeral.
- Clear()
Allows for clearing the Followup Message builder so that it can be used again to send a new message.