Table of Contents

Class RestTeam

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll
public class RestTeam : RestEntity<ulong>, IEntity<ulong>, ITeam
Inheritance
RestTeam
Implements
Inherited Members

Properties

IconUrl

Gets the team icon url.

public string IconUrl { get; }

Property Value

string

Name

Gets the name of this team.

public string Name { get; }

Property Value

string

OwnerUserId

Gets the user identifier that owns this team.

public ulong OwnerUserId { get; }

Property Value

ulong

TeamMembers

Gets the members of this team.

public IReadOnlyList<ITeamMember> TeamMembers { get; }

Property Value

IReadOnlyList<ITeamMember>