Remedy.Schema.Ban (Remedy v0.6.5) View Source

Discord Ban Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Ban{
  guild: Remedy.Schema.Guild.t(),
  guild_id: term(),
  reason: String.t(),
  user: Remedy.Schema.User.t(),
  user_id: term()
}

Link to this section Functions