Method WithContent
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithContent(string)
Sets the message to send with the followup message.
public DiscordFollowupMessageBuilder WithContent(string content)
Parameters
content
stringMessage to send.
Returns
- DiscordFollowupMessageBuilder
The builder to chain calls with.