DiscordUnavailableGuild
data class DiscordUnavailableGuild(val id: Snowflake, val unavailable: OptionalBoolean = OptionalBoolean.Missing)(source)
A partial representation of a DiscordGuild that may be unavailable.
Parameters
id
the id of the Guild.
unavailable
Whether the Guild is unavailable. Contains a value on true.