case class UnavailableGuild(id: GuildId, unavailable: Option[Boolean]) extends UnknownStatusGuild with Product with Serializable
A guild which is not available.
- id
The id of the guild.
- unavailable
If the guild is unavailable because of an outage.
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnavailableGuild
- Serializable
- Product
- Equals
- UnknownStatusGuild
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val id: GuildId
The id of the guild.
The id of the guild.
- Definition Classes
- UnavailableGuild → UnknownStatusGuild
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val unavailable: Option[Boolean]
- Definition Classes
- UnavailableGuild → UnknownStatusGuild