Table of Contents

Method WithContent

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithContent(string)

Sets the message to send at the execution of the webhook.

public DiscordWebhookBuilder WithContent(string content)

Parameters

content string

Message to send.

Returns

DiscordWebhookBuilder