case class Team(icon: Option[String], id: SnowflakeType[Team], members: Seq[TeamMember], name: String, ownerUserId: UserId) extends Product with Serializable
A discord team.
- icon
Icon identifier for the team.
- id
Id of the team.
- members
Members of the team.
- ownerUserId
The id of the current owner of the team
- Source
- team.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Team
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Team(icon: Option[String], id: SnowflakeType[Team], members: Seq[TeamMember], name: String, ownerUserId: UserId)
- icon
Icon identifier for the team.
- id
Id of the team.
- members
Members of the team.
- ownerUserId
The id of the current owner of the team