Table of Contents

Class DiscordTeam

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a team consisting of users. A team can own an application.

public sealed class DiscordTeam : SnowflakeObject, IEquatable<DiscordTeam>
Inheritance
DiscordTeam
Implements
Inherited Members

Properties

Icon

Gets the team's icon.

IconHash

Gets the team's icon hash.

Members

Gets the members of this team.

Name

Gets the team's name.

Owner

Gets the owner of the team.

Methods

Equals(DiscordTeam)

Compares this team to another team and returns whether they are equal.

Equals(object)

Compares this team to another object and returns whether they are equal.

GetHashCode()

Gets the hash code of this team.

ToString()

Converts this team to its string representation.

Operators

operator ==(DiscordTeam, DiscordTeam)
operator !=(DiscordTeam, DiscordTeam)