Class ForumTag
- Namespace
 - NetCord
 
- Assembly
 - NetCord.dll
 
public class ForumTag : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonForumTag>
  - Inheritance
 - 
      
      
      ForumTag
 
- Implements
 
- Inherited Members
 
Constructors
ForumTag(JsonForumTag)
public ForumTag(JsonForumTag jsonModel)
  Parameters
jsonModelJsonForumTag
Properties
EmojiId
public ulong? EmojiId { get; }
  Property Value
EmojiName
public string? EmojiName { get; }
  Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
  Property Value
Moderated
public bool Moderated { get; }
  Property Value
Name
public string Name { get; }