Table of Contents

Method AddTag

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddTag(DiscordForumTag)

Adds a tag to the post.

public ForumPostBuilder AddTag(DiscordForumTag tag)

Parameters

tag DiscordForumTag

The tag to add.

Returns

ForumPostBuilder

The builder to chain calls with.