View Source Nostrum.Struct.Guild.UnavailableGuild (Nostrum v0.9.0-alpha2)

Struct representing an unavailable Discord guild.

Link to this section Summary

Types

The guild's id

t()

Whether the guild is available

Link to this section Types

@type id() :: integer()

The guild's id

@type t() :: %Nostrum.Struct.Guild.UnavailableGuild{
  id: id(),
  unavailable: unavailable()
}
@type unavailable() :: boolean()

Whether the guild is available

Link to this section Functions