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

Struct representing an unavailable Discord guild.

Link to this section Summary

Types

The guild's id

t()

Whether the guild is avaliable

Link to this section Types

Specs

id() :: integer()

The guild's id

Specs

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

Specs

unavailable() :: boolean()

Whether the guild is avaliable

Link to this section Functions