Search Results for

    Show / Hide Table of Contents

    Class ForumPostTag

    Represents a discord forum post tag.

    Inheritance
    System.Object
    SnowflakeObject
    ForumPostTag
    Inherited Members
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class ForumPostTag : SnowflakeObject, IEquatable<ForumPostTag>

    Properties

    | Improve this Doc View Source

    EmojiId

    Gets the emoji id of the forum post tag.

    Declaration
    public ulong? EmojiId { get; }
    Property Value
    Type Description
    System.Nullable<System.UInt64>
    | Improve this Doc View Source

    Moderated

    Gets whether the tag can only be used by moderators.

    Declaration
    public bool Moderated { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets the name of this forum post tag.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UnicodeEmoji

    Gets the unicode emoji.

    Declaration
    public DiscordEmoji UnicodeEmoji { get; }
    Property Value
    Type Description
    DiscordEmoji

    Methods

    | Improve this Doc View Source

    Equals(ForumPostTag)

    Checks whether this ForumPostTag is equal to another ForumPostTag.

    Declaration
    public bool Equals(ForumPostTag e)
    Parameters
    Type Name Description
    ForumPostTag e

    ForumPostTag to compare to.

    Returns
    Type Description
    System.Boolean

    Whether the ForumPostTag is equal to this ForumPostTag.

    | Improve this Doc View Source

    Equals(Object)

    Checks whether this ForumPostTag is equal to another object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Object to compare to.

    Returns
    Type Description
    System.Boolean

    Whether the object is equal to this ForumPostTag.

    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Gets the hash code for this ForumPostTag.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    The hash code for this ForumPostTag.

    Overrides
    System.Object.GetHashCode()

    Operators

    | Improve this Doc View Source

    Equality(ForumPostTag, ForumPostTag)

    Gets whether the two ForumPostTag objects are equal.

    Declaration
    public static bool operator ==(ForumPostTag e1, ForumPostTag e2)
    Parameters
    Type Name Description
    ForumPostTag e1

    First forum post tag to compare.

    ForumPostTag e2

    Second forum post tag to compare.

    Returns
    Type Description
    System.Boolean

    Whether the two forum post tags are equal.

    | Improve this Doc View Source

    Inequality(ForumPostTag, ForumPostTag)

    Gets whether the two DiscordEmoji objects are not equal.

    Declaration
    public static bool operator !=(ForumPostTag e1, ForumPostTag e2)
    Parameters
    Type Name Description
    ForumPostTag e1

    First forum post tag to compare.

    ForumPostTag e2

    Second forum post tag to compare.

    Returns
    Type Description
    System.Boolean

    Whether the two forum post tags are not equal.

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems