Table of Contents

Class DiscordThreadChannelMember

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a discord thread member object.

public class DiscordThreadChannelMember : SnowflakeObject, IEquatable<DiscordThreadChannelMember>
Inheritance
DiscordThreadChannelMember
Implements
Inherited Members

Properties

Flags

Gets the thread member flags.

Guild

Gets the guild to which this channel belongs.

JoinTimeStamp

Gets the timestamp when the user joined the thread.

Member

Gets the member object of the user.

Presence

Gets the presence of the user.

Thread

Gets the category that contains this channel. For threads, gets the channel this thread was created in.

UserId

Gets the id of the user.

Methods

Equals(DiscordThreadChannelMember)

Checks whether this DiscordThreadChannel is equal to another DiscordThreadChannelMember.

Equals(object)

Checks whether this DiscordThreadChannelMember is equal to another object.

GetHashCode()

Gets the hash code for this DiscordThreadChannelMember.

Operators

operator ==(DiscordThreadChannelMember, DiscordThreadChannelMember)

Gets whether the two DiscordThreadChannel objects are equal.

operator !=(DiscordThreadChannelMember, DiscordThreadChannelMember)

Gets whether the two DiscordThreadChannelMember objects are not equal.