Class ForumPostTag
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a discord forum post tag.
public class ForumPostTag : NullableSnowflakeObject, IEquatable<ForumPostTag>
- Inheritance
-
ForumPostTag
- Implements
- Inherited Members
Constructors
- ForumPostTag(string, ulong?, string?, bool)
Initializes a new instance of the ForumPostTag class.
Properties
- Emoji
Gets the emoji.
- EmojiId
Gets the emoji id of the forum post tag.
- Moderated
Gets whether the tag can only be used by moderators.
- Name
Gets the name of this forum post tag.
- UnicodeEmojiString
Gets the unicode emoji of the forum post tag.
Methods
- DeleteAsync(string)
Deletes the tag.
- Equals(ForumPostTag)
Checks whether this ForumPostTag is equal to another ForumPostTag.
- Equals(object)
Checks whether this ForumPostTag is equal to another object.
- GetHashCode()
Gets the hash code for this ForumPostTag.
- ModifyAsync(Action<ForumPostTagEditModel>)
Modifies the tag.
Operators
- operator ==(ForumPostTag, ForumPostTag)
Gets whether the two ForumPostTag objects are equal.
- operator !=(ForumPostTag, ForumPostTag)
Gets whether the two DiscordEmoji objects are not equal.