crux_structs v0.1.0 Crux.Structs.Role View Source

Represents a Discord Role Object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Crux.Structs.Role{
  color: integer(),
  guild_id: integer(),
  hoist: boolean(),
  id: integer(),
  managed: boolean(),
  mentionable: boolean(),
  name: String.t(),
  permissions: integer(),
  position: integer()
}