Table of Contents

Method WithContent

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithContent(string)

Sets the content of the message to send.

public DiscordInteractionResponseBuilder WithContent(string content)

Parameters

content string

Content to send.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.