Skip to main content

Class RestTeam

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestTeam : RestEntity<ulong>, IEntity<ulong>, ITeam

Properties​

IconUrl​

Gets the team icon url.

View Source​
Declaration
public string IconUrl { get; }

TeamMembers​

Gets the members of this team.

View Source​
Declaration
public IReadOnlyList<ITeamMember> TeamMembers { get; }

Name​

Gets the name of this team.

View Source​
Declaration
public string Name { get; }

OwnerUserId​

Gets the user identifier that owns this team.

View Source​
Declaration
public ulong OwnerUserId { get; }

Implements​