crux_structs v0.1.0 Crux.Structs.Overwrite View Source

Represents a Discord Overwrite Object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Crux.Structs.Overwrite{
  allow: integer(),
  deny: integer(),
  id: integer(),
  type: String.t()
}