Nostrum v0.4.0 Nostrum.Struct.Guild.UnavailableGuild 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

The guild's id

Link to this type

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

Link to this type

unavailable() View Source
unavailable() :: boolean()

Whether the guild is avaliable

Link to this section Functions