Table of Contents

Method WithMessage

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithMessage(DiscordMessageBuilder)

Sets the message to initiate the forum post with.

public ForumPostBuilder WithMessage(DiscordMessageBuilder message)

Parameters

message DiscordMessageBuilder

The message to start the post with.

Returns

ForumPostBuilder

The builder to chain calls with.