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