Class DiscordTeamMember
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Represents a member of DiscordTeam.
public sealed class DiscordTeamMember
  - Inheritance
 - 
      
      DiscordTeamMember
 
Properties
- MembershipStatus
 Gets the member's membership status.
- Permissions
 Gets the member's permissions within the team.
- Team
 Gets the team this member belongs to.
- User
 Gets the user who is the team member.
Methods
- Equals(DiscordTeamMember)
 Compares this team member to another team member and returns whether they are equal.
- Equals(object)
 Compares this team member to another object and returns whether they are equal.
- GetHashCode()
 Gets a hash code of this team member.
- ToString()
 Converts this team member to their string representation.