Method WithContent
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithContent(string)
Sets the Content of the Message.
public DiscordMessageBuilder WithContent(string content)
Parameters
content
stringThe content to be set.
Returns
- DiscordMessageBuilder
The current builder to be chained.