Class ForumTagProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
- Inheritance
-
Forum
Tag Properties
- Implements
- Inherited Members
- Extension Methods
Properties
Emoji
Gets the emoji of the tag or null if none is set.
Property Value
Remarks
If the emoji is Emote only the Id will be populated.
Use Get
Id
Gets the Id of the tag.
Property Value
IsModerated
Gets whether this tag can only be added to or removed from threads by a member
with the Manage
Property Value
Name
Gets the name of the tag.
Property Value
Methods
Equals(ForumTagProperties?)
Gets whether supplied tag is equals to the current one.
Parameters
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
Returns
- int
A hash code for the current object.
Operators
operator ==(ForumTagProperties?, ForumTagProperties?)
Parameters
left
ForumTag Properties right
ForumTag Properties
Returns
operator !=(ForumTagProperties?, ForumTagProperties?)
Parameters
left
ForumTag Properties right
ForumTag Properties