Remedy.Schema.Role (Remedy v0.6.8) View Source

Role

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Role{
  __meta__: term(),
  color: integer(),
  guild: Remedy.Schema.Guild.t(),
  guild_id: term(),
  hoist: boolean(),
  id: term(),
  managed: boolean(),
  mentionable: boolean(),
  name: String.t(),
  permissions: String.t(),
  position: integer()
}

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source