Enum DiscordTeamMembershipStatus
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Signifies the status of user's team membership.
public enum DiscordTeamMembershipStatus
  - Extension Methods
 
Fields
Accepted = 2Indicates that this user is a member of the team.
Invited = 1Indicates that this user is invited to the team, and is pending membership.