Remedy.Struct.Guild.Ban (Remedy v0.5.2) View Source

Represents a guild ban.

Link to this section Summary

Types

The reason for the ban

t()

The banned user

Link to this section Types

Specs

reason() :: String.t() | nil

The reason for the ban

Specs

t() :: %Remedy.Struct.Guild.Ban{reason: reason(), user: user()}

Specs

user() :: Remedy.Struct.User.t()

The banned user