Class DiscordThreadChannelMember
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
public class DiscordThreadChannelMember
- Inheritance
-
DiscordThreadChannelMember
Properties
- Guild
Gets the guild to which this channel belongs.
- Id
Gets ID of the user.
- JoinTimeStamp
Gets timestamp when the user joined the thread.
- Member
Gets the DiscordMember that represents this ThreadMember. Can be a skeleton object.
- Thread
Gets the category that contains this channel. For threads, gets the channel this thread was created in.
- ThreadId
Gets ID of the thread.
Methods
- Equals(DiscordThreadChannelMember)
Checks whether this DiscordThreadChannelMember 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 DiscordThreadChannelMember objects are equal.
- operator !=(DiscordThreadChannelMember, DiscordThreadChannelMember)
Gets whether the two DiscordThreadChannelMember objects are not equal.