Remedy.Schema.Role (Remedy v0.6.6) 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()
}