Table of Contents

Method WithContent

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithContent(string)

Sets the content of the Message.

public T WithContent(string content)

Parameters

content string

The content to be set.

Returns

T

The current builder to be chained.