Table of Contents

Method WithContent

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithContent(string)

Sets the Content of the Message.

public DiscordMessageBuilder WithContent(string content)

Parameters

content string

The content to be set.

Returns

DiscordMessageBuilder

The current builder to be chained.