Table of Contents

Enum TeamRole

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a Discord Team member role.

public enum TeamRole

Fields

Admin = 1

The user is an admin in the team.

Developer = 2

The user is a developer in the team.

Owner = 0

The user is the owner of the team.

ReadOnly = 3

The user is a read-only member of the team.