View Source Nostrum.Struct.Guild.UnavailableGuild (Nostrum v0.8.0)

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