Class DiscordForumTagBuilder
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
public class DiscordForumTagBuilder
  - Inheritance
 - 
      
      DiscordForumTagBuilder
 
Methods
- IsModerated(bool)
 Sets this tag to be moderated (as in, it can only be set by users with the ManageThreads permission).
- WithEmoji(DiscordEmoji)
 Sets the emoji for this tag.
- WithEmojiId(ulong?)
 Sets the emoji ID for this tag (which will overwrite the emoji name).
- WithName(string)
 Sets the name of this tag.