Table of Contents

Method WithName

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithName(string)

Sets the name (or title) of the post.

public ForumPostBuilder WithName(string name)

Parameters

name string

The name of the post.

Returns

ForumPostBuilder

The builder to chain calls with