Method AddTags
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
AddTags(IEnumerable<DiscordForumTag>)
Adds several tags to the post.
public ForumPostBuilder AddTags(IEnumerable<DiscordForumTag> tags)
Parameters
tags
IEnumerable<DiscordForumTag>The tags to add.
Returns
- ForumPostBuilder
The builder to chain calls with.