Enum TeamRole
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a Discord Team member role.
public enum TeamRole
Fields
Admin = 1The user is an admin in the team.
Developer = 2The user is a developer in the team.
Owner = 0The user is the owner of the team.
ReadOnly = 3The user is a read-only member of the team.