Table of Contents

Method WithName

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithName(string)

Sets the name of this tag.

public DiscordForumTagBuilder WithName(string name)

Parameters

name string

The name of the tag.

Returns

DiscordForumTagBuilder

The builder to chain calls with.