Interface ITeam
Represents a Discord Team.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface ITeam
Properties​
IconUrl​
Gets the team icon url.
View Source​
Declaration
string IconUrl { get; }
Id​
Gets the team unique identifier.
View Source​
Declaration
ulong Id { get; }
TeamMembers​
Gets the members of this team.
View Source​
Declaration
IReadOnlyList<ITeamMember> TeamMembers { get; }
Name​
Gets the name of this team.
View Source​
Declaration
string Name { get; }
OwnerUserId​
Gets the user identifier that owns this team.
View Source​
Declaration
ulong OwnerUserId { get; }