Method AddTag
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
AddTag(DiscordForumTag)
Adds a tag to the post.
public ForumPostBuilder AddTag(DiscordForumTag tag)
Parameters
tag
DiscordForumTagThe tag to add.
Returns
- ForumPostBuilder
The builder to chain calls with.